summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2016-07-20 14:13:16 -0700
committerTim Burke <tim.burke@gmail.com>2016-07-20 14:13:16 -0700
commita2a041b7da2850c82df195ab36450a8aee8129b5 (patch)
tree41b854b02229a9cc3d6830a6221f778bc16d0a53 /pytest.ini
downloadpastedeploy-git-a2a041b7da2850c82df195ab36450a8aee8129b5.tar.gz
Fix string-formatting args when raising LookupError
Previously, this would trigger TypeError: not enough arguments for format string
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