From 6fde6d1d44fcad77352b50489c1ded71e5866b4a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 3 Apr 2024 14:53:39 +0000 Subject: [PATCH] Update coverage on Readme --- python/idsse_common/test/coverage.txt | 12 ++++++------ python/idsse_common/test/pytest.xml | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/python/idsse_common/test/coverage.txt b/python/idsse_common/test/coverage.txt index fd4062c..724fc14 100644 --- a/python/idsse_common/test/coverage.txt +++ b/python/idsse_common/test/coverage.txt @@ -25,7 +25,7 @@ test/test_validate_new_data_schema.py ......... [100%] =================================== FAILURES =================================== ___________________ test_get_default_log_config_with_corr_id ___________________ -self = +self = s = 'python_logging_rabbitmq.RabbitMQHandler' def resolve(self, s): @@ -43,7 +43,7 @@ E ModuleNotFoundError: No module named 'python_logging_rabbitmq' The above exception was the direct cause of the following exception: -self = +self = def configure(self): """Do the configuration.""" @@ -125,7 +125,7 @@ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ klass = self.resolve(cname) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ -self = +self = s = 'python_logging_rabbitmq.RabbitMQHandler' def resolve(self, s): @@ -154,7 +154,7 @@ E ValueError: Cannot resolve 'python_logging_rabbitmq.RabbitMQHandler' The above exception was the direct cause of the following exception: -capsys = <_pytest.capture.CaptureFixture object at 0x7fc298be91d0> +capsys = <_pytest.capture.CaptureFixture object at 0x7fa10f47f110> def test_get_default_log_config_with_corr_id(capsys): > logging.config.dictConfig(get_default_log_config('INFO')) @@ -165,7 +165,7 @@ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ dictConfigClass(config).configure() _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ -self = +self = def configure(self): """Do the configuration.""" @@ -277,4 +277,4 @@ TOTAL 1272 95 93% =========================== short test summary info ============================ FAILED test/test_log_util.py::test_get_default_log_config_with_corr_id - ValueError: Unable to configure handler 'rabbit' -======================== 1 failed, 213 passed in 4.93s ========================= +======================== 1 failed, 213 passed in 5.16s ========================= diff --git a/python/idsse_common/test/pytest.xml b/python/idsse_common/test/pytest.xml index 71ff6d3..4d88a44 100644 --- a/python/idsse_common/test/pytest.xml +++ b/python/idsse_common/test/pytest.xml @@ -1,4 +1,4 @@ -self = <logging.config.DictConfigurator object at 0x7fc296a12990> +self = <logging.config.DictConfigurator object at 0x7fa10f47f3d0> s = 'python_logging_rabbitmq.RabbitMQHandler' def resolve(self, s): @@ -16,7 +16,7 @@ E ModuleNotFoundError: No module named 'python_logging_rabbitmq' The above exception was the direct cause of the following exception: -self = <logging.config.DictConfigurator object at 0x7fc296a12990> +self = <logging.config.DictConfigurator object at 0x7fa10f47f3d0> def configure(self): """Do the configuration.""" @@ -98,7 +98,7 @@ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ klass = self.resolve(cname) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ -self = <logging.config.DictConfigurator object at 0x7fc296a12990> +self = <logging.config.DictConfigurator object at 0x7fa10f47f3d0> s = 'python_logging_rabbitmq.RabbitMQHandler' def resolve(self, s): @@ -127,7 +127,7 @@ E ValueError: Cannot resolve 'python_logging_rabbitmq.RabbitMQHandler' The above exception was the direct cause of the following exception: -capsys = <_pytest.capture.CaptureFixture object at 0x7fc298be91d0> +capsys = <_pytest.capture.CaptureFixture object at 0x7fa10f47f110> def test_get_default_log_config_with_corr_id(capsys): > logging.config.dictConfig(get_default_log_config('INFO')) @@ -138,7 +138,7 @@ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ dictConfigClass(config).configure() _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ -self = <logging.config.DictConfigurator object at 0x7fc296a12990> +self = <logging.config.DictConfigurator object at 0x7fa10f47f3d0> def configure(self): """Do the configuration.""" @@ -223,4 +223,4 @@ self = <logging.config.DictConfigurator object at 0x7fc296a12990> '%r' % name) from e E ValueError: Unable to configure handler 'rabbit' -/opt/hostedtoolcache/Python/3.11.8/x64/lib/python3.11/logging/config.py:580: ValueError \ No newline at end of file +/opt/hostedtoolcache/Python/3.11.8/x64/lib/python3.11/logging/config.py:580: ValueError \ No newline at end of file