toot/docs/testing.md

17 wiersze
234 B
Markdown

2023-03-08 13:17:06 +00:00
Running tests
=============
Run unit tests by just invoking:
```
pytest
```
However, many tests are implemented as integration tests which require a local
mastodon instance to be running.
## Setting up a test mastodon instance