Files
NetAlertX/pyproject.toml
2025-10-23 21:15:15 +00:00

9 lines
346 B
TOML
Executable File

[tool.pytest.ini_options]
python_classes = ["Test", "Describe"]
python_functions = ["test_", "it_", "and_", "but_", "they_"]
python_files = ["test_*.py",]
testpaths = ["test", "tests/docker_tests"]
markers = [
"docker: requires docker socket and elevated container permissions",
"feature_complete: extended coverage suite not run by default",
]