Closed proteusvacuum closed 7 years ago
Python's test discovery uses test_*.py by default to discover test files, hence the rename. You can run python -m unittest -v to run all tests in the /tests directory now.
test_*.py
python -m unittest -v
/tests
Python's test discovery uses
test_*.py
by default to discover test files, hence the rename. You can runpython -m unittest -v
to run all tests in the/tests
directory now.