7 lines
91 B
TOML
7 lines
91 B
TOML
[tool.pytest.ini_options]
|
|
pythonpath = "."
|
|
python_files = [
|
|
"test_*.py",
|
|
"tests.py"
|
|
]
|
|
|