summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki/src/tests/pytest.ini
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorials/wiki/src/tests/pytest.ini')
-rw-r--r--docs/tutorials/wiki/src/tests/pytest.ini7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/tutorials/wiki/src/tests/pytest.ini b/docs/tutorials/wiki/src/tests/pytest.ini
index a3489cdf8..42c3259f9 100644
--- a/docs/tutorials/wiki/src/tests/pytest.ini
+++ b/docs/tutorials/wiki/src/tests/pytest.ini
@@ -1,3 +1,6 @@
[pytest]
-testpaths = tutorial
-python_files = test*.py
+addopts = --strict
+
+testpaths =
+ tutorial
+ tests