diff options
author | Aldo Cortesi <aldo@corte.si> | 2016-06-03 14:08:48 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@corte.si> | 2016-06-03 14:08:48 +1200 |
commit | 7191906ba895dba3e1a86573087ef45354126afe (patch) | |
tree | fe5e73b791c1e48d090ffb25e29a9556d683c9c3 /test/pathod/test_test.py | |
parent | 734ec945544f5ff0a33729f343c6f65443221df1 (diff) | |
parent | 28aa6f05643ecae99563bddf0826e851d39a233b (diff) | |
download | mitmproxy-7191906ba895dba3e1a86573087ef45354126afe.tar.gz mitmproxy-7191906ba895dba3e1a86573087ef45354126afe.tar.bz2 mitmproxy-7191906ba895dba3e1a86573087ef45354126afe.zip |
Merge pull request #1192 from cortesi/testsuite
WIP: Solidify pathod test suite
Diffstat (limited to 'test/pathod/test_test.py')
-rw-r--r-- | test/pathod/test_test.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/pathod/test_test.py b/test/pathod/test_test.py index cee286a4..6399894e 100644 --- a/test/pathod/test_test.py +++ b/test/pathod/test_test.py @@ -2,6 +2,10 @@ import logging import requests from pathod import test import tutils + +import requests.packages.urllib3 + +requests.packages.urllib3.disable_warnings() logging.disable(logging.CRITICAL) |