add pytest arguments to make pytest usable for testing the actual code base

This commit is contained in:
Daniel 2023-12-02 13:44:43 +01:00
parent 2e7e2c0fb2
commit 37062ad502

View file

@ -20,3 +20,4 @@ target-version = "py311"
[tool.pytest.ini_options]
python_functions = "test_* setup_*"
norecursedirs = "previous-work src"