Add pyproject.toml file

This commit is contained in:
J.Townsend 2022-06-09 23:42:14 +00:00 committed by GitHub
parent 3658632a43
commit 6f334c75f2

6
pyproject.toml Normal file
View file

@ -0,0 +1,6 @@
[tool.pytest.ini_options]
minversion = "7.1"
testpaths = [
"tests",
"tests/discovery/",
]