Add a note about streaming tests

This commit is contained in:
Lorenz Diener 2018-05-07 00:55:13 +02:00
pare 8d5fe70c7e
commit 5c95ca291e

Veure arxiu

@ -15,6 +15,7 @@ And if you want a complete HTML coverage report:
pytest --cov=mastodon --cov-report html:coverage
# then open coverage/index.html in your favourite web browser
Note that some tests are slightly unstable, as they require sidekiq to do things at the right time, and will thus sometimes break.
## Contributing