All technologies
unittest
Python’s standard test framework, useful in existing codebases and legacy test suites.
How I use unittest
Existing Python tests
Legacy suites
CI checks
Experience
Part of my Python testing experience alongside PyTest.