summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorMarc Abramowitz <marc@marc-abramowitz.com>2016-03-08 17:14:41 -0800
committerMarc Abramowitz <marc@marc-abramowitz.com>2016-03-08 17:14:41 -0800
commit4d359a12c893b1d543b8daac7f5c743696469344 (patch)
treed225948e71b23978cdb2392becc0a7811d15c21c /pytest.ini
parent944e87e4fbcec8cf339fbbebb6283f57b86316db (diff)
parenteaa2983ffb571fcfa323586c63d0b9034173c5fc (diff)
downloadpastedeploy-4d359a12c893b1d543b8daac7f5c743696469344.tar.gz
Merged in pytest (pull request #12)HEADmaster
Switch to pytest
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 0000000..69d62a0
--- /dev/null
+++ b/pytest.ini
@@ -0,0 +1,3 @@
+[pytest]
+addopts = --cov=paste/deploy --cov-report=xml --cov-report=html --cov-report=term-missing
+testpaths = tests