projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aef2f73
)
Improve unittest.TestCase subclass name for Client tests
author
Harmon
<Harmon758@gmail.com>
Sat, 7 May 2022 12:39:17 +0000
(07:39 -0500)
committer
Harmon
<Harmon758@gmail.com>
Sat, 7 May 2022 12:39:17 +0000
(07:39 -0500)
tests/test_client.py
patch
|
blob
|
blame
|
history
diff --git
a/tests/test_client.py
b/tests/test_client.py
index 7fe93d428ce27b1d94605a02bc4f6fdb0ba1a7db..8a56cd2a9dcf0c9fddd7fbd8326be015acbbe2dc 100644
(file)
--- a/
tests/test_client.py
+++ b/
tests/test_client.py
@@
-7,7
+7,7
@@
from config import (
import tweepy
-class Tweepy
TestCase
(unittest.TestCase):
+class Tweepy
ClientTests
(unittest.TestCase):
def setUp(self):
self.client = tweepy.Client(