summaryrefslogtreecommitdiff
path: root/bin/test
blob: 0b7ce83809665d4ca23b3b19dba4578ba0fed2c2 (plain) (blame)
1
2
3
#!/bin/bash
nosetests --nocapture --with-doctest --doctest-tests -I ^test.py $* && \
  pep8 --ignore=E402 screenplain tests