projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
325cd1c
)
retweeted_by_user requres an argument
author
Jan Schaumann
<jschauma@netmeister.org>
Tue, 10 Jul 2012 13:33:14 +0000
(09:33 -0400)
committer
Jan Schaumann
<jschauma@netmeister.org>
Tue, 10 Jul 2012 13:33:14 +0000
(09:33 -0400)
tests.py
patch
|
blob
|
blame
|
history
diff --git
a/tests.py
b/tests.py
index bd3ef88264f95be32e2dc912b72c2e4c5cfc950f..001bc10e8747aee1b987d51ec7f6b52ad663abbd 100644
(file)
--- a/
tests.py
+++ b/
tests.py
@@
-42,7
+42,6
@@
class TweepyAPITests(unittest.TestCase):
self.api.retweeted_by_me()
def testretweetedbyuser(self):
- self.api.retweeted_by_user()
self.api.retweeted_by_user('twitter')
def testretweetedtome(self):