Files
NetAlertX/pyproject.toml
2025-09-19 16:41:28 -04:00

5 lines
176 B
TOML

[tool.pytest.ini_options]
python_classes = ["Test", "Describe"]
python_functions = ["test_", "it_", "and_", "but_", "they_"]
python_files = ["test_*.py",]
testpaths = ["test",]