diff --git a/code/python/pyproject.toml b/code/python/pyproject.toml new file mode 100644 index 0000000..b691501 --- /dev/null +++ b/code/python/pyproject.toml @@ -0,0 +1,8 @@ +[tool.pytest.ini_options] +minversion = "7.1.1" +testpaths = [ + "tests", +] +python_files = [ + "**/test_*.py", +]