From 5c95ca291ec241cf0596bdcce67f02e7c0162e55 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Mon, 7 May 2018 00:55:13 +0200 Subject: [PATCH] Add a note about streaming tests --- tests/README.markdown | 1 + 1 file changed, 1 insertion(+) 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: 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