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
bb1ef802
Commit
bb1ef802
authored
Aug 14, 2013
by
Joshua Roesslein
Browse files
Sleep a bit to hopefully fix unstable test.
parent
a2c2aaf3
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/test_api.py
View file @
bb1ef802
...
...
@@ -268,6 +268,7 @@ class TweepyAPITests(unittest.TestCase):
self
.
assertEqual
(
l
.
name
,
params
[
'slug'
])
assert_list
(
self
.
api
.
add_list_member
(
**
params
))
sleep
(
3
)
assert_list
(
self
.
api
.
remove_list_member
(
**
params
))
def
testlistmembers
(
self
):
...
...
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