12 lines
162 B
TOML
12 lines
162 B
TOML
[tool.pytest.ini_options]
|
|
pythonpath = "."
|
|
python_files = [
|
|
"test_*.py",
|
|
"tests.py"
|
|
]
|
|
addopts = [
|
|
"--create-db",
|
|
"--no-migrations",
|
|
"--capture=sys",
|
|
]
|
|
|