diff options
author | Lorenz Diener <[email protected]> | 2018-05-07 00:55:13 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2018-05-07 00:55:13 +0200 |
commit | 5c95ca291ec241cf0596bdcce67f02e7c0162e55 (patch) | |
tree | 1be53dc9d98e4690ac6f7b16e0b99e20def87a8d | |
parent | 8d5fe70c7e52656b2f89d0acfb1aed23bf583041 (diff) | |
download | mastodon.py-5c95ca291ec241cf0596bdcce67f02e7c0162e55.tar.gz |
Add a note about streaming tests
-rw-r--r-- | tests/README.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/README.markdown b/tests/README.markdown index 5d8d90e..f98ab75 100644 --- a/tests/README.markdown +++ b/tests/README.markdown | |||
@@ -15,6 +15,7 @@ And if you want a complete HTML coverage report: | |||
15 | pytest --cov=mastodon --cov-report html:coverage | 15 | pytest --cov=mastodon --cov-report html:coverage |
16 | # then open coverage/index.html in your favourite web browser | 16 | # then open coverage/index.html in your favourite web browser |
17 | 17 | ||
18 | Note that some tests are slightly unstable, as they require sidekiq to do things at the right time, and will thus sometimes break. | ||
18 | 19 | ||
19 | ## Contributing | 20 | ## Contributing |
20 | 21 | ||