X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Fresources%2Frest_api%2Fct%2Fconftest.py;h=fd4f3396f050ab67effa7b74f819eff20d0c42e7;hb=8a597c7ccbe2986f505fd70258e4b59ecef4166f;hp=d6ac9efde02209ad4d86bd8f4518f4e694e37a44;hpb=c881c12ed7e116f1d43760a0d9873f860c10a357;p=anna.git diff --git a/example/diameter/launcher/resources/rest_api/ct/conftest.py b/example/diameter/launcher/resources/rest_api/ct/conftest.py index d6ac9ef..fd4f339 100644 --- a/example/diameter/launcher/resources/rest_api/ct/conftest.py +++ b/example/diameter/launcher/resources/rest_api/ct/conftest.py @@ -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 # ######################