We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d10af3f + 4f6ee9c commit 4c104b1Copy full SHA for 4c104b1
04/test_usertweets.py
@@ -26,7 +26,7 @@ def read_csv(fname):
26
class TestUserTweets(unittest.TestCase):
27
def setUp(self):
28
super().setUp()
29
- with patch('tweepy.API.user_timeline') as mock_timeline:
+ with patch('tweepy.API') as mock_timeline:
30
mock_timeline.return_value = TWEETS
31
self.user = UserTweets(HANDLE, max_id=MAX_ID)
32
0 commit comments