mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-06-16 15:18:43 +02:00
8 lines
138 B
INI
8 lines
138 B
INI
[pytest]
|
|
python_files = *_test.py
|
|
python_classes = Test
|
|
python_functions = test_*
|
|
|
|
[report]
|
|
exclude_lines =
|
|
if __name__ == .__main__.: |