aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorShadab Zafar <dufferzafar0@gmail.com>2016-06-23 00:34:38 +0530
committerMaximilian Hils <git@maximilianhils.com>2016-07-01 10:23:04 -0700
commit268e42e55e1debc67cff0007934df20e13f52670 (patch)
treecf7ebfb4e448e14cfbf000d8e08c9277ad6dd34d /tox.ini
parent98dc9d3d7ee60f54aa3105d758e2da51e7f95644 (diff)
downloadmitmproxy-268e42e55e1debc67cff0007934df20e13f52670.tar.gz
mitmproxy-268e42e55e1debc67cff0007934df20e13f52670.tar.bz2
mitmproxy-268e42e55e1debc67cff0007934df20e13f52670.zip
py3++: test/mitmproxy/test_server
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 4700e6ca..8469ccae 100644
--- a/tox.ini
+++ b/tox.ini
@@ -16,7 +16,7 @@ commands =
[testenv:py35]
setenv =
- TESTS = test/netlib test/pathod/ test/mitmproxy/script test/mitmproxy/test_contentview.py test/mitmproxy/test_custom_contentview.py test/mitmproxy/test_app.py test/mitmproxy/test_controller.py test/mitmproxy/test_fuzzing.py test/mitmproxy/test_script.py test/mitmproxy/test_web_app.py test/mitmproxy/test_utils.py test/mitmproxy/test_stateobject.py test/mitmproxy/test_cmdline.py test/mitmproxy/test_contrib_tnetstring.py test/mitmproxy/test_proxy.py test/mitmproxy/test_protocol_http1.py test/mitmproxy/test_platform_pf.py
+ TESTS = test/netlib test/pathod/ test/mitmproxy/script test/mitmproxy/test_contentview.py test/mitmproxy/test_custom_contentview.py test/mitmproxy/test_app.py test/mitmproxy/test_controller.py test/mitmproxy/test_fuzzing.py test/mitmproxy/test_script.py test/mitmproxy/test_web_app.py test/mitmproxy/test_utils.py test/mitmproxy/test_stateobject.py test/mitmproxy/test_cmdline.py test/mitmproxy/test_contrib_tnetstring.py test/mitmproxy/test_proxy.py test/mitmproxy/test_protocol_http1.py test/mitmproxy/test_platform_pf.py test/mitmproxy/test_server.py
HOME = {envtmpdir}
[testenv:docs]