remove python_functions, it is not discovered in all cases. this is a bad solution. rename everything to test_ instead

This commit is contained in:
Daniel 2023-12-15 15:53:08 +01:00
parent d5e57ac996
commit a5d2eaa3f8

View file

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