File size: 366 Bytes
b68c6f7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | testing/
βββ unit_tests/
β βββ test_models.py
β βββ test_services.py
β βββ test_utils.py
βββ integration_tests/
β βββ test_api.py
β βββ test_database.py
β βββ test_ui.py
βββ e2e_tests/
βββ test_user_flows.py
βββ test_learning_paths.py
βββ test_assessments.py |