master #1

Open
oli wants to merge 920 commits from master into lua
Showing only changes of commit 520858f6ac - Show all commits
+7
View File
@@ -0,0 +1,7 @@
# pyproject.toml
[tool.pytest.ini_options]
minversion = "6.0"
addopts = "-ra -q"
testpaths = [
"tests",
]