Files
securityonion/salt/sensoroni/files/analyzers/pytest.ini

11 lines
176 B
INI

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