Skip to content

Commit

Permalink
Improve formatting in API tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Jan 12, 2021
1 parent 6b2f8e3 commit 043c660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_api.py
Expand Up @@ -407,7 +407,6 @@ def testcachedifferentqueryparameters(self):
self.assertFalse(self.api.cached_result)



class TweepyCacheTests(unittest.TestCase):
timeout = 0.5
memcache_servers = ['127.0.0.1:11211'] # must be running for test to pass
Expand Down Expand Up @@ -453,5 +452,6 @@ def testfilecache(self):
if os.path.exists('cache_test_dir'):
shutil.rmtree('cache_test_dir')


if __name__ == '__main__':
unittest.main()

0 comments on commit 043c660

Please sign in to comment.