You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Amy Wooding edited this page Aug 5, 2026
·
2 revisions
Toponmy uses pytest and the tests live under toponymy/tests/. There are several types of tests that run on separate triggers:
Unit tests: Testing individual components. Runs on PRs.
External tests: Tests API calls to some LLM providers. Runs on a nightly schedule
Notebook Tests: Tests the read the docs notebooks run to completion. Runs Getting Started and changed notebooks on PR. Runs all docs notebooks on a weekly cadence.