master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 520858f6ac - Show all commits

7
pyproject.toml Normal file
View File

@@ -0,0 +1,7 @@
# pyproject.toml
[tool.pytest.ini_options]
minversion = "6.0"
addopts = "-ra -q"
testpaths = [
"tests",
]