X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;ds=sidebyside;f=example%2Fdiameter%2Flauncher%2Fresources%2Frest_api%2Fct%2Fpytest.ini;fp=example%2Fdiameter%2Flauncher%2Fresources%2Frest_api%2Fct%2Fpytest.ini;h=e2fc311b45825cf876cf335d16f80b215321d8dc;hb=c881c12ed7e116f1d43760a0d9873f860c10a357;hp=0000000000000000000000000000000000000000;hpb=af14877201a9856708ec43086a229777d9cb3da7;p=anna.git diff --git a/example/diameter/launcher/resources/rest_api/ct/pytest.ini b/example/diameter/launcher/resources/rest_api/ct/pytest.ini new file mode 100644 index 0000000..e2fc311 --- /dev/null +++ b/example/diameter/launcher/resources/rest_api/ct/pytest.ini @@ -0,0 +1,14 @@ +[pytest] +addopts = -v --junitxml=/tmp/junit.xml -n 0 + +log_format=%(asctime)s|%(name)s|%(filename)s:%(lineno)d|%(levelname)s|%(message)s +log_date_format = %Y-%m-%d %H:%M:%S +log_level=INFO +# --log-level=DEBUG in addopts (warning by default) + +# JUNIT +# --capture tee-sys: captures to terminal but keeping them in junit +# -s: capture=no (shortcut for debugging, but junit will miss the info) +junit_suite_name = "ADML REST API" +junit_logging = out-err +junit_family = xunit1