pytest
- It's a Python testing framework
Test Discovery
- Searches recursively for all files named
test_*.pyand*_test.py - On those files, run the functions that start with
test_
pytest
pytest -v # verbose
test_*.py and *_test.pytest_pytest
pytest -v # verbose