diff options
Diffstat (limited to 'docs/quick_tutorial/cookiecutters/pytest.ini')
| -rw-r--r-- | docs/quick_tutorial/cookiecutters/pytest.ini | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/quick_tutorial/cookiecutters/pytest.ini b/docs/quick_tutorial/cookiecutters/pytest.ini index 326c14fbc..515cc3cf0 100644 --- a/docs/quick_tutorial/cookiecutters/pytest.ini +++ b/docs/quick_tutorial/cookiecutters/pytest.ini @@ -1,3 +1,6 @@ [pytest] -testpaths = cc_starter -python_files = test*.py +addopts = --strict + +testpaths = + cc_starter + tests |
