diff options
| author | Steve Piercy <web@stevepiercy.com> | 2020-01-01 20:15:20 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2020-01-02 23:30:59 -0800 |
| commit | 6175ff659c2523974072b404636911ebb89c2d42 (patch) | |
| tree | ef0f0715f993e5cc63ebb9e8bf3bdd59f85c47e2 /docs/tutorials/wiki/src/models/pytest.ini | |
| parent | dcdb9168aece7afd03194c11554d4a7e1bc32d06 (diff) | |
| download | pyramid-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/models/pytest.ini')
| -rw-r--r-- | docs/tutorials/wiki/src/models/pytest.ini | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/tutorials/wiki/src/models/pytest.ini b/docs/tutorials/wiki/src/models/pytest.ini index a3489cdf8..42c3259f9 100644 --- a/docs/tutorials/wiki/src/models/pytest.ini +++ b/docs/tutorials/wiki/src/models/pytest.ini @@ -1,3 +1,6 @@ [pytest] -testpaths = tutorial -python_files = test*.py +addopts = --strict + +testpaths = + tutorial + tests |
