pytest: discover files with name setup*.py
This commit is contained in:
parent
6605287a33
commit
aece37a604
1 changed files with 3 additions and 0 deletions
|
|
@ -17,3 +17,6 @@ package-dir = {"" = "src"}
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
line-length = 120
|
line-length = 120
|
||||||
target-version = "py311"
|
target-version = "py311"
|
||||||
|
|
||||||
|
[tool.pytest.ini_options]
|
||||||
|
python_files = test_*.py setup*.py
|
||||||
Loading…
Add table
Add a link
Reference in a new issue