[tests] Tell pytest where/how to find tests
This commit is contained in:
parent
27c9a3a35b
commit
f1a24af335
1 changed files with 7 additions and 0 deletions
7
pyproject.toml
Normal file
7
pyproject.toml
Normal file
|
@ -0,0 +1,7 @@
|
|||
[tool.pytest.ini_options]
|
||||
pythonpath = "."
|
||||
python_files = [
|
||||
"test_*.py",
|
||||
"tests.py"
|
||||
]
|
||||
|
Loading…
Add table
Reference in a new issue