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

@ -19,4 +19,5 @@ line-length = 120
target-version = "py311"
[tool.pytest.ini_options]
python_functions = "test_* setup_*"
python_functions = "test_* setup_*"
norecursedirs = "previous-work src"