From 579f869cdac7ab1545738ef0c9e168f60c68cf69 Mon Sep 17 00:00:00 2001 From: Aaron Hill Date: Sun, 9 Jun 2013 13:21:26 -0400 Subject: [PATCH] Added unit test for update_profile_banner --- tests/test_api.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test_api.py b/tests/test_api.py index 65a37db..48a32ac 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -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 = { -- 2.25.1