Added helpers to pytest tests
[anna.git] / example / diameter / launcher / resources / rest_api / ct / pytest.ini
index cd7b596..ccea138 100644 (file)
@@ -1,5 +1,5 @@
 [pytest]
-addopts = -v --junitxml=/tmp/junit.xml -n 0 -m "not dynamic"
+addopts = -v --junitxml=/tmp/junit.xml -n 0 -m "not dynamic and not helpers"
 
 log_format=%(asctime)s|%(name)s|%(filename)s:%(lineno)d|%(levelname)s|%(message)s
 log_date_format = %Y-%m-%d %H:%M:%S
@@ -21,3 +21,5 @@ junit_family = xunit1
 # Markers
 markers =
  dynamic: this test requires ADML dynamic test library enabled (/opt/adml/dynlibs)
+ helpers: auxiliary helpers to check ADML state and reports
+ dynamic_helpers: auxiliary helpers for dynamic context