diff options
author | Martin Vilcans <martin@librador.com> | 2012-02-20 00:39:42 +0100 |
---|---|---|
committer | Martin Vilcans <martin@librador.com> | 2012-02-20 00:39:42 +0100 |
commit | f21e18e9acd97701c858b96d9887b91236988e53 (patch) | |
tree | 0ffa2cdf5fbdabbc9a00ca6bcf45da120ff24c47 /bin | |
parent | 10908e9db218ecd4dbdeeb704269e2dabffb72a5 (diff) | |
download | screenplain-f21e18e9acd97701c858b96d9887b91236988e53.tar.gz |
Added test script
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/test b/bin/test new file mode 100755 index 0000000..227a774 --- /dev/null +++ b/bin/test @@ -0,0 +1,3 @@ +#!/bin/bash +nosetests --nocapture --with-doctest $* && \ + pep8 screenplain tests |