aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorShadab Zafar <dufferzafar0@gmail.com>2016-06-28 17:41:30 +0530
committerShadab Zafar <dufferzafar0@gmail.com>2016-07-02 21:15:20 +0530
commitf623b3d99b46f9cdeabdbea31614270cc1832f3b (patch)
treeb6971d387f7284de9aa5896c342fd6c14e014a6f /tox.ini
parent17b727321f659ce66d57269285c0a021db144e71 (diff)
downloadmitmproxy-f623b3d99b46f9cdeabdbea31614270cc1832f3b.tar.gz
mitmproxy-f623b3d99b46f9cdeabdbea31614270cc1832f3b.tar.bz2
mitmproxy-f623b3d99b46f9cdeabdbea31614270cc1832f3b.zip
py3++: test_flow_export
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 899fffc6..508f0066 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 test/mitmproxy/test_server.py test/mitmproxy/test_filt.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 test/mitmproxy/test_filt.py test/mitmproxy/test_flow_export.py
HOME = {envtmpdir}
[testenv:docs]