Workshops
Taught by Trey Hunner of Truthful Technology LLC. Practice Python weekly.
Here are videos, docs, tutorials, blog posts, and other information about testing.
Getting started with automated testing (PyCon US talk)
Getting Started Testing (PyCon US talk)
unittest explainer (PyMOTW-3) and unittest official docs
pytest docs and pytest book
Harry Percival’s Python testing book (focused on web development)
pytest’s parametrize decorator
hypothesis for testing edge cases and HypoFuzz for fuzz testing
More testing tools
YouTube tutorial on pytest