File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,6 @@ language: python
2
2
python :
3
3
- " 2.6"
4
4
- " 2.7"
5
- script : python ./test/test_clever.py
5
+ script :
6
+ - pip install -r ./test/requirements.txt
7
+ - python ./test/test_clever.py
Original file line number Diff line number Diff line change
1
+ httmock
Original file line number Diff line number Diff line change @@ -149,7 +149,8 @@ def test_rate_limiter(self):
149
149
functional_test ({"api_key" : "DEMO_KEY" }),
150
150
functional_test ({"token" : "7f76343d50b9e956138169e8cbb4630bb887b18" }),
151
151
AuthenticationErrorTest ,
152
- InvalidRequestErrorTest ]:
152
+ InvalidRequestErrorTest ,
153
+ TooManyRequestsErrorTest ]:
153
154
suite .addTest (unittest .TestLoader ().loadTestsFromTestCase (TestClass ))
154
155
unittest .TextTestRunner (verbosity = 2 ).run (suite )
155
156
You can’t perform that action at this time.
0 commit comments