summaryrefslogtreecommitdiff
path: root/docs/narr/myproject/pytest.ini
diff options
context:
space:
mode:
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