These are automated tests - Yay!
Test with
pytest test/test.py
Example Output
collected 7 items
test\test.py ....... [100%]
=============================================== 7 passed in 24.45s ================================================
Or alert on all warnings
python -Wd test/test.py