[tests] Tell pytest where/how to find tests

This commit is contained in:
bronsen 2025-03-13 17:14:26 +01:00
parent 27c9a3a35b
commit f1a24af335

7
pyproject.toml Normal file
View file

@ -0,0 +1,7 @@
[tool.pytest.ini_options]
pythonpath = "."
python_files = [
"test_*.py",
"tests.py"
]