aboutsummaryrefslogtreecommitdiffstats
path: root/bin/test
blob: 15973713d487f13eed946fe7b1f8c540d1dcdc63 (plain) (blame)
1
2
3
4
5
6
#!/bin/sh
set -e

python3 -W error -munittest discover -v -p '*test*.py'
python3 -mdoctest -v screenplain/*.py
pycodestyle --ignore=E402,W504 screenplain tests