Add first work package for REST API implementation
[anna.git] / example / diameter / launcher / resources / rest_api / ct / pytest.ini
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 (file)
index 0000000..e2fc311
--- /dev/null
@@ -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