pytest: discover files with name setup*.py

This commit is contained in:
Daniel 2023-11-24 11:54:38 +01:00
parent 6605287a33
commit aece37a604

View file

@ -17,3 +17,6 @@ package-dir = {"" = "src"}
[tool.ruff]
line-length = 120
target-version = "py311"
[tool.pytest.ini_options]
python_files = test_*.py setup*.py