| .. | ||
| conftest.py | ||
| pyproject.toml | ||
| README.md | ||
| test_auth.py | ||
| test_packs.py | ||
Tests
This module contains system-level tests for the Langauge Learning App, e.g. end-to-end (e2e) or API-level tests.
Because the whole system relies on multiple components (api, frontend, storage, db), it can be efficient to centralise these tests into a single module, rather than having each module re-create them. Additionally, it is not the responsibility of any single feature module to assert the correct behaviour of the entire cohort.