diff options
Diffstat (limited to 'pytest.ini')
-rw-r--r-- | pytest.ini | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ [pytest] -addopts = --strict-markers +addopts = --strict-markers --import-mode=importlib +pythonpath = tests testpaths = fietsboek |