Prepare basic hooks commented just in case they are used later
[anna.git] / example / diameter / launcher / resources / rest_api / ct / conftest.py
index d6ac9ef..fd4f339 100644 (file)
@@ -35,6 +35,18 @@ CONTENT_LENGTH = 'content-length'
 #  specially if you are thinking in use pytest and ADML Agent for system tests.
 FLOW_BASE_MULTIPLIER = 10000
 
+#########
+# HOOKS #
+#########
+#def pytest_runtest_setup(item):
+#    print("pytest_runtest_setup")
+#def pytest_runtest_logreport(report):
+#    print(f'Log Report:{report}')
+#def pytest_sessionstart(session):
+#    print("pytest_session start")
+#def pytest_sessionfinish(session):
+#    print("pytest_session finish")
+
 ######################
 # CLASSES & FIXTURES #
 ######################