aboutsummaryrefslogtreecommitdiffstats
path: root/pytest.ini
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2016-02-16 21:31:19 +0100
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2016-02-16 21:53:16 +0100
commit6c9aeaab9e8d135e6460ae230215cda7af4bb2d3 (patch)
tree14da75ad12468b1b9952c6a47552aea940581ca0 /pytest.ini
parent6b585023fd4ef068df7452a77f52b0c2ff490fd5 (diff)
downloadmitmproxy-6c9aeaab9e8d135e6460ae230215cda7af4bb2d3.tar.gz
mitmproxy-6c9aeaab9e8d135e6460ae230215cda7af4bb2d3.tar.bz2
mitmproxy-6c9aeaab9e8d135e6460ae230215cda7af4bb2d3.zip
move py.test options to ini-file
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
new file mode 100644
index 00000000..6efbdeae
--- /dev/null
+++ b/pytest.ini
@@ -0,0 +1,3 @@
+[pytest]
+testpaths = test
+addopts = --timeout 30 -s