Skip to content

Commit

Permalink
Update coverage on Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 3, 2024
1 parent f9d106f commit 6fde6d1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions python/idsse_common/test/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ test/test_validate_new_data_schema.py ......... [100%]
=================================== FAILURES ===================================
___________________ test_get_default_log_config_with_corr_id ___________________

self = <logging.config.DictConfigurator object at 0x7fc296a12990>
self = <logging.config.DictConfigurator object at 0x7fa10f47f3d0>
s = 'python_logging_rabbitmq.RabbitMQHandler'

def resolve(self, s):
Expand All @@ -43,7 +43,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."""
Expand Down Expand Up @@ -125,7 +125,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):
Expand Down Expand Up @@ -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'))
Expand All @@ -165,7 +165,7 @@ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
dictConfigClass(config).configure()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <logging.config.DictConfigurator object at 0x7fc296a12990>
self = <logging.config.DictConfigurator object at 0x7fa10f47f3d0>

def configure(self):
"""Do the configuration."""
Expand Down Expand Up @@ -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 =========================
Loading

0 comments on commit 6fde6d1

Please sign in to comment.