summaryrefslogtreecommitdiff
path: root/docs/narr/myproject/pytest.ini
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2020-01-01 18:27:30 -0800
committerSteve Piercy <web@stevepiercy.com>2020-01-02 23:30:59 -0800
commitdece4d25b136a493dfeeeb516487d4d756bc69e9 (patch)
tree86ad34f28e774667b28109c82f4dd8d0a4249e7b /docs/narr/myproject/pytest.ini
parent3157775a08ff9e48b0fff8057f4482d78d266f01 (diff)
downloadpyramid-dece4d25b136a493dfeeeb516487d4d756bc69e9.tar.gz
pyramid-dece4d25b136a493dfeeeb516487d4d756bc69e9.tar.bz2
pyramid-dece4d25b136a493dfeeeb516487d4d756bc69e9.zip
Resync through project.rst after moving tests directory
Diffstat (limited to 'docs/narr/myproject/pytest.ini')
-rw-r--r--docs/narr/myproject/pytest.ini7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/narr/myproject/pytest.ini b/docs/narr/myproject/pytest.ini
index 332cf0d04..5c8c59068 100644
--- a/docs/narr/myproject/pytest.ini
+++ b/docs/narr/myproject/pytest.ini
@@ -1,3 +1,6 @@
[pytest]
-testpaths = myproject
-python_files = test*.py
+addopts = --strict
+
+testpaths =
+ myproject
+ tests