diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 00000000..908aebba --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,6 @@ +[tool.pytest.ini_options] +minversion = "7.1" +testpaths = [ + "tests", + "tests/discovery/", +] \ No newline at end of file