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
d98a71a9
Commit
d98a71a9
authored
Dec 18, 2013
by
Aaron Hill
Browse files
Merge pull request #372 from Aaron1011/unittest2
Use unittest2 for Python 2.6 compatibility
parents
00357f5f
80769d93
Changes
8
Hide whitespace changes
Inline
Side-by-side
test_requirements.txt
View file @
d98a71a9
httreplay
==0.1.4
coveralls
==0.2
unittest2
==0.5.1
tests/config.py
View file @
d98a71a9
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 @
d98a71a9
import
unittest
import
unittest
2
as
unittest
import
random
from
time
import
sleep
import
os
...
...
tests/test_auth.py
View file @
d98a71a9
import
unittest
import
unittest
2
as
unittest
from
config
import
*
from
tweepy
import
API
,
OAuthHandler
...
...
tests/test_cursors.py
View file @
d98a71a9
import
unittest
import
unittest
2
as
unittest
from
tweepy
import
API
,
Cursor
...
...
tests/test_resultset.py
View file @
d98a71a9
import
unittest
import
unittest
2
as
unittest
from
tweepy.models
import
ResultSet
...
...
tests/test_streaming.py
View file @
d98a71a9
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 @
d98a71a9
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