13 / 18 · Book 14 · Exercises← prev⊞ allnext →Get 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