diff options
Diffstat (limited to 'docs/tutorials/wiki2/src/models/pytest.ini')
| -rw-r--r-- | docs/tutorials/wiki2/src/models/pytest.ini | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/tutorials/wiki2/src/models/pytest.ini b/docs/tutorials/wiki2/src/models/pytest.ini index a3489cdf8..42c3259f9 100644 --- a/docs/tutorials/wiki2/src/models/pytest.ini +++ b/docs/tutorials/wiki2/src/models/pytest.ini @@ -1,3 +1,6 @@ [pytest] -testpaths = tutorial -python_files = test*.py +addopts = --strict + +testpaths = + tutorial + tests |
