Auth test, updating func names and tests that failed

Coverage 56%
This commit is contained in:
Mike Helmick 2013-05-14 21:52:25 -04:00
parent 6841e7ef28
commit d3e17dcd4b
2 changed files with 17 additions and 6 deletions

View file

@ -13,7 +13,7 @@ env:
PROTECTED_TWITTER_2='TwythonSecure2'
TEST_TWEET_ID='332992304010899457'
TEST_LIST_ID='574'
script: nosetests -v test_twython:TwythonAPITestCase --cover-package="twython" --with-coverage
script: nosetests -v test_twython:TwythonAPITestCase test_twython:TwythonAuthTestCase --cover-package="twython" --with-coverage
install:
- pip install -r requirements.txt
notifications: