diff --git a/test_twarc.py b/test_twarc.py index 3a866924..7471715d 100644 --- a/test_twarc.py +++ b/test_twarc.py @@ -129,6 +129,10 @@ def test_follow(): found = True break + if not found: + print("couldn't find user in response") + print(json.dumps(tweet, indent=2)) + assert found # reconnect to close streaming connection for other tests