8 / 8 · Book 14 · Exercises · drill: interview Q&A← prev⊞ allGet the book →
1.13Project Structure
tests/
api/
conftest.py # Shared fixtures
test_auth.py # Authentication tests
test_users.py # User CRUD tests
test_orders.py # Order tests
test_error_handling.py
data/
test_users.csv # Test data files
pytest.ini # Configuration