add pytest arguments to make pytest usable for testing the actual code base
This commit is contained in:
parent
2e7e2c0fb2
commit
37062ad502
1 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue