mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 17:52:46 +01: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__.: |