Closed calebbraun closed 5 years ago
Tests can be run with python -m unittest unittest. This recurses through all lower directories looking for test*.py modules (by default), then running them.
python -m unittest unittest
test*.py
Tests can be run with
python -m unittest unittest
. This recurses through all lower directories looking fortest*.py
modules (by default), then running them.