Add a note about streaming tests

pull/132/merge
Lorenz Diener 2018-05-07 00:55:13 +02:00
rodzic 8d5fe70c7e
commit 5c95ca291e
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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