teilchensammler/pyproject.toml

8 lines
91 B
TOML
Raw Normal View History

[tool.pytest.ini_options]
pythonpath = "."
python_files = [
"test_*.py",
"tests.py"
]