mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
8 lines
270 B
Markdown
8 lines
270 B
Markdown
## Running Tests
|
|
|
|
This section contains instructions and guidelines for running the test suite.
|
|
Please ensure all tests pass before submitting contributions.
|
|
|
|
We use `pytest` for our testing framework.
|
|
|
|
Simply run `pytest` from the main directory and you're good to go.
|