also discover functions as tests that have setup_ naming

This commit is contained in:
Daniel 2023-11-30 19:30:24 +01:00
parent cd824c2bf2
commit ec748398fb

View file

@ -19,4 +19,4 @@ line-length = 120
target-version = "py311"
[tool.pytest.ini_options]
python_files = "test_*.py setup*.py"
python_functions = "test_* setup_*"