aboutsummaryrefslogtreecommitdiffstats
path: root/bin/test
blob: 2d35baf3ea503d4cd2a8df6a8836837cca2a7c09 (plain) (blame)
1
2
3
#!/bin/bash
nosetests --nocapture --with-doctest --doctest-tests $* && \
  pep8 --ignore=E402 screenplain tests