projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a24ac5e
)
Improve method name for Client blocks methods test
author
Harmon
<Harmon758@gmail.com>
Sat, 7 May 2022 13:16:50 +0000
(08:16 -0500)
committer
Harmon
<Harmon758@gmail.com>
Sat, 7 May 2022 13:16:50 +0000
(08:16 -0500)
tests/test_client.py
patch
|
blob
|
blame
|
history
diff --git
a/tests/test_client.py
b/tests/test_client.py
index 8a56cd2a9dcf0c9fddd7fbd8326be015acbbe2dc..d238340a5cf9125fe49c7d77195f0252540504b7 100644
(file)
--- a/
tests/test_client.py
+++ b/
tests/test_client.py
@@
-107,7
+107,7
@@
class TweepyClientTests(unittest.TestCase):
self.client.get_tweets(tweet_ids)
@tape.use_cassette("test_client_block_and_get_blocked_and unblock.yaml")
- def test_block_and_unblock(self):
+ def test_block_and_
get_blocked_and_
unblock(self):
user_id = 17874544 # User ID for @TwitterSupport
self.client.block(user_id)
self.client.get_blocked()