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