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
80769d93
Commit
80769d93
authored
Dec 18, 2013
by
Aaron Hill
Browse files
Use unittest2 for Python 2.6 compatibility
parent
00357f5f
Changes
8
Hide whitespace changes
Inline
Side-by-side
test_requirements.txt
View file @
80769d93
httreplay
==0.1.4
coveralls
==0.2
unittest2
==0.5.1
tests/config.py
View file @
80769d93
import
os
from
unittest
import
TestCase
import
sys
from
unittest2
import
TestCase
from
httreplay
import
start_replay
,
stop_replay
from
httreplay.utils
import
filter_headers_key
...
...
tests/test_api.py
View file @
80769d93
import
unittest
import
unittest
2
as
unittest
import
random
from
time
import
sleep
import
os
...
...
tests/test_auth.py
View file @
80769d93
import
unittest
import
unittest
2
as
unittest
from
config
import
*
from
tweepy
import
API
,
OAuthHandler
...
...
tests/test_cursors.py
View file @
80769d93
import
unittest
import
unittest
2
as
unittest
from
tweepy
import
API
,
Cursor
...
...
tests/test_resultset.py
View file @
80769d93
import
unittest
import
unittest
2
as
unittest
from
tweepy.models
import
ResultSet
...
...
tests/test_streaming.py
View file @
80769d93
from
time
import
sleep
import
unittest
import
unittest
2
as
unittest
from
tweepy.api
import
API
from
tweepy.models
import
Status
...
...
tests/test_utils.py
View file @
80769d93
from
unittest
import
TestCase
from
unittest
2
import
TestCase
from
tweepy.utils
import
*
...
...
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