From 71c6bc0f52289cf0408946b7b9e3adb2810e4598 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Sat, 22 Jun 2019 16:41:32 +0200 Subject: Add, document and test stream_healthy --- tests/test_streaming.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') diff --git a/tests/test_streaming.py b/tests/test_streaming.py index 2e52f35..a471c41 100644 --- a/tests/test_streaming.py +++ b/tests/test_streaming.py @@ -365,3 +365,7 @@ def test_stream_user_local(api, api2): assert updates[0].id == posted[0].id t.join() + +@pytest.mark.vcr() +def test_stream_healthy(api_anonymous): + assert api_anonymous.stream_healthy() -- cgit v1.2.3