diff --git a/pytest.ini b/pytest.ini index dc242af..4473470 100644 --- a/pytest.ini +++ b/pytest.ini @@ -85,4 +85,6 @@ norecursedirs = testpaths = tests/ +pythonpath = src + xfail_strict = true