summaryrefslogtreecommitdiff
path: root/bin/test
diff options
context:
space:
mode:
Diffstat (limited to 'bin/test')
-rwxr-xr-xbin/test3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/test b/bin/test
index da49a7e..0b7ce83 100755
--- a/bin/test
+++ b/bin/test
@@ -1,2 +1,3 @@
#!/bin/bash
-python test.py && pep8 screenplain tests
+nosetests --nocapture --with-doctest --doctest-tests -I ^test.py $* && \
+ pep8 --ignore=E402 screenplain tests