Improve unittest.TestCase subclass name for Client tests
authorHarmon <Harmon758@gmail.com>
Sat, 7 May 2022 12:39:17 +0000 (07:39 -0500)
committerHarmon <Harmon758@gmail.com>
Sat, 7 May 2022 12:39:17 +0000 (07:39 -0500)
tests/test_client.py

index 7fe93d428ce27b1d94605a02bc4f6fdb0ba1a7db..8a56cd2a9dcf0c9fddd7fbd8326be015acbbe2dc 100644 (file)
@@ -7,7 +7,7 @@ from config import (
 import tweepy
 
 
-class TweepyTestCase(unittest.TestCase):
+class TweepyClientTests(unittest.TestCase):
 
     def setUp(self):
         self.client = tweepy.Client(