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
4595fedf
Commit
4595fedf
authored
Feb 19, 2013
by
Stuart Powers
Browse files
added tests for friends() and followers()
parent
29a7ecea
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests.py
View file @
4595fedf
...
...
@@ -150,6 +150,12 @@ class TweepyAPITests(unittest.TestCase):
def
testfollowersids
(
self
):
self
.
api
.
followers_ids
(
username
)
def
testfriends
(
self
):
self
.
api
.
friends
(
username
)
def
testfollowers
(
self
):
self
.
api
.
followers
(
username
)
def
testverifycredentials
(
self
):
self
.
assertNotEqual
(
self
.
api
.
verify_credentials
(),
False
)
...
...
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