Move singleton to common utils

Signed-off-by: Katarzyna Treder <katarzyna.treder@h-partners.com>
This commit is contained in:
Katarzyna Treder 2024-12-10 13:24:33 +01:00
parent 5409fa9a40
commit de4305af8c
3 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ from log.html_log_config import HtmlLogConfig
from log.html_log_manager import HtmlLogManager from log.html_log_manager import HtmlLogManager
from log.html_presentation_policy import html_policy from log.html_presentation_policy import html_policy
from connection.utils.output import Output from connection.utils.output import Output
from test_utils.singleton import Singleton from test_utils.common.singleton import Singleton
def create_log(log_base_path, test_module, additional_args=None): def create_log(log_base_path, test_module, additional_args=None):

View File