Files
securityonion/salt/sensoroni/files/analyzers/pytest.ini
2022-03-29 13:10:04 -04:00

8 lines
138 B
INI

[pytest]
python_files = *_test.py
python_classes = Test
python_functions = test_*
[report]
exclude_lines =
if __name__ == .__main__.: