8 / 8 · Book 14 · Exercises · drill: interview Q&A← prev⊞ allGet the book →
1.17pytest Configuration
# pytest.ini
[pytest]
markers =
readonly: Tests that only read data (safe for production)
destructive: Tests that create, modify, or delete data
smoke: Quick health check tests
testpaths = tests
addopts = -v --tb=short