Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zahra Rajabi
tweepy
Commits
8d176eed
Commit
8d176eed
authored
Feb 13, 2013
by
Miriam Sexton
Browse files
Remove debugging from tests.py
parent
1db140d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests.py
View file @
8d176eed
...
...
@@ -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"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment