mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-06 17:15:38 -08:00
5 lines
176 B
TOML
Executable File
5 lines
176 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",] |