Added unit test for update_profile_banner
authorAaron Hill <aa1ronham@gmail.com>
Sun, 9 Jun 2013 17:21:26 +0000 (13:21 -0400)
committerAaron Hill <aa1ronham@gmail.com>
Sun, 9 Jun 2013 17:21:26 +0000 (13:21 -0400)
tests/test_api.py

index 65a37db78edd938436677c4f25ac6c13eb999f02..48a32ac6f23598739b1934365cb8c60a80bf8fda 100644 (file)
@@ -197,6 +197,9 @@ class TweepyAPITests(unittest.TestCase):
         self.api.update_profile_background_image('examples/bg.png')
     """
 
+    def testupdateprofilebannerimage(self):
+        self.api.update_profile_banner('examples/banner.png')
+
     def testupdateprofile(self):
         original = self.api.me()
         profile = {