Skip to content

Commit

Permalink
test output
Browse files Browse the repository at this point in the history
Trying to get insight into why the follower test fails to find the followed
user id in the tweet json.
  • Loading branch information
edsu committed Apr 2, 2016
1 parent 604c4c6 commit 234f42f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test_twarc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 234f42f

Please sign in to comment.