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