diff options
Diffstat (limited to 'docs/narr/myproject/pytest.ini')
| -rw-r--r-- | docs/narr/myproject/pytest.ini | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/narr/myproject/pytest.ini b/docs/narr/myproject/pytest.ini index b1b5f4c38..5c8c59068 100644 --- a/docs/narr/myproject/pytest.ini +++ b/docs/narr/myproject/pytest.ini @@ -1,3 +1,6 @@ [pytest] -testpaths = myproject -python_files = *.py +addopts = --strict + +testpaths = + myproject + tests |
