summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki/src/tests/pytest.ini
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2020-01-01 20:15:20 -0800
committerSteve Piercy <web@stevepiercy.com>2020-01-02 23:30:59 -0800
commit6175ff659c2523974072b404636911ebb89c2d42 (patch)
treeef0f0715f993e5cc63ebb9e8bf3bdd59f85c47e2 /docs/tutorials/wiki/src/tests/pytest.ini
parentdcdb9168aece7afd03194c11554d4a7e1bc32d06 (diff)
downloadpyramid-6175ff659c2523974072b404636911ebb89c2d42.tar.gz
pyramid-6175ff659c2523974072b404636911ebb89c2d42.tar.bz2
pyramid-6175ff659c2523974072b404636911ebb89c2d42.zip
Resync wiki/*.rst and related files after moving tests directory
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