We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Run the full suite:
python -m pytest
Run the custom test runner:
python tests/run_tests.py
Useful variants:
python tests/run_tests.py --imports python tests/run_tests.py --quick python tests/run_tests.py --no-pytest
The test suite covers:
GitHub Actions currently runs:
The active workflow file is:
.github/workflows/ci.yml
Recommended local checks:
git diff --check python -m py_compile src/main.py src/validation.py tests/test_main.py tests/test_validation.py tests/test_global_recovery.py python -m pytest
Last updated: April 6, 2026