From 32984bd352897f7a97d5560a6d77e4d758866d0f Mon Sep 17 00:00:00 2001 From: Yanks Yoon Date: Wed, 24 Jul 2024 08:53:16 +0000 Subject: [PATCH] test commit --- tests/conftest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/conftest.py b/tests/conftest.py index db61e17a..f252bdda 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -12,6 +12,7 @@ def pytest_addoption(parser: pytest.Parser): Args: parser: pytest command line parser. """ + print("hello world") # The prebuilt charm file. parser.addoption("--charm-file", action="append", default=[]) # The Jenkins image name:tag.