From: Harmon Date: Sat, 13 Jul 2019 01:21:41 +0000 (-0500) Subject: Standardize inline comment spacing in API tests X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=3978d439e32113b2f09ac538f52ab3509bc5451b;p=tweepy.git Standardize inline comment spacing in API tests --- diff --git a/tests/test_api.py b/tests/test_api.py index fc26ef8..44cbc5c 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -266,7 +266,7 @@ class TweepyAPITests(TweepyTestCase): def testcreatedestroyblock(self): self.api.create_block('twitter') self.api.destroy_block('twitter') - self.api.create_friendship('twitter') # restore + self.api.create_friendship('twitter') # restore @tape.use_cassette('testblocks.json') def testblocks(self): @@ -385,7 +385,7 @@ class TweepyAPITests(TweepyTestCase): # Test various API functions using Austin, TX, USA self.assertEqual(self.api.geo_id(id='1ffd3558f2e98349').full_name, 'Dogpatch, San Francisco') self.assertTrue(place_name_in_list('Austin, TX', - self.api.reverse_geocode(lat=30.2673701685, long= -97.7426147461))) # Austin, TX, USA + self.api.reverse_geocode(lat=30.2673701685, long= -97.7426147461))) # Austin, TX, USA @tape.use_cassette('testsupportedlanguages.json') def testsupportedlanguages(self):