projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d01b1ab
)
Added unit test for update_profile_banner
author
Aaron Hill
<aa1ronham@gmail.com>
Sun, 9 Jun 2013 17:21:26 +0000
(13:21 -0400)
committer
Aaron Hill
<aa1ronham@gmail.com>
Sun, 9 Jun 2013 17:21:26 +0000
(13:21 -0400)
tests/test_api.py
patch
|
blob
|
blame
|
history
diff --git
a/tests/test_api.py
b/tests/test_api.py
index 65a37db78edd938436677c4f25ac6c13eb999f02..48a32ac6f23598739b1934365cb8c60a80bf8fda 100644
(file)
--- 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 = {