Test automation
Pytest markers: organize and filter your tests
A test suite with 500+ tests takes time to run. When you're debugging a login bug, you don't need to wait for the slow integration tests or the database migration checks. pytest markers let you tag tests and run exactly the subset you need. Markers work