projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1db140d
)
Remove debugging from tests.py
author
Miriam Sexton
<miriam@industrydive.com>
Wed, 13 Feb 2013 15:24:37 +0000
(10:24 -0500)
committer
Miriam Sexton
<miriam@industrydive.com>
Wed, 13 Feb 2013 15:24:37 +0000
(10:24 -0500)
tests.py
patch
|
blob
|
blame
|
history
diff --git
a/tests.py
b/tests.py
index 8ce7ce08fb886476531c1efcc711eff85e9b9bb1..09bba5452a1f93ea19e67e9f73327a5bf979b274 100644
(file)
--- a/
tests.py
+++ b/
tests.py
@@
-44,7
+44,6
@@
class TweepyAPITests(unittest.TestCase):
# TODO: Actually have some sort of better assertion
def testgetoembed(self):
- print "testgetoembed"
data = self.api.get_oembed(test_tweet_id)
self.assertEqual(data['author_name'], "Twitter")