add api testing #14

Merged
dan merged 12 commits from api-stuff into dev 2023-12-09 12:34:28 +01:00
Showing only changes of commit 15be273c08 - Show all commits

View file

@ -49,6 +49,6 @@ line-length = 120
target-version = "py311"
[tool.pytest.ini_options]
python_functions = "test_* setup_*"
python_functions = "setup_* test_* cleanup_*"
norecursedirs = ".* previous-work recipes"
testpaths = "tests"