e2fc311b45825cf876cf335d16f80b215321d8dc
[anna.git] / example / diameter / launcher / resources / rest_api / ct / pytest.ini
1 [pytest]
2 addopts = -v --junitxml=/tmp/junit.xml -n 0
3
4 log_format=%(asctime)s|%(name)s|%(filename)s:%(lineno)d|%(levelname)s|%(message)s
5 log_date_format = %Y-%m-%d %H:%M:%S
6 log_level=INFO
7 # --log-level=DEBUG in addopts (warning by default)
8
9 # JUNIT
10 # --capture tee-sys: captures to terminal but keeping them in junit
11 # -s: capture=no (shortcut for debugging, but junit will miss the info)
12 junit_suite_name = "ADML REST API"
13 junit_logging = out-err
14 junit_family = xunit1