#!/bin/sh set -e python3 -W error -munittest discover -v -p '*test*.py' python3 -mdoctest -v screenplain/*.py pycodestyle --ignore=E402,W504 screenplain tests