Skip to content

Developer Guide Testing

github-actions[bot] edited this page Jun 23, 2026 · 1 revision

Testing

The existing test suite covers imports, models, hashing, adapters, exporters, security/path display behavior, mock CrossRef, CLI, server, docs presence, and examples presence.

For wiki changes, run:

python wiki/scripts/validate_wiki.py
python -m mkdocs build -f wiki/mkdocs.yml --strict
pytest tests/test_wiki.py

Clone this wiki locally