Skip to content

Commit

Permalink
squash: ad unit test for bootstrap logger
Browse files Browse the repository at this point in the history
  • Loading branch information
happz committed Feb 9, 2023
1 parent 44f079d commit 0700dfd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/unit/test_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,3 +220,7 @@ def test_labels(caplog: _pytest.logging.LogCaptureFixture, root_logger: Logger)
root_logger.labels += ['bar']

_exercise_logger(caplog, root_logger, labels=['foo', 'bar'])


def test_bootstrap_logger(caplog: _pytest.logging.LogCaptureFixture) -> None:
_exercise_logger(caplog, Logger.get_boostrap_logger())

0 comments on commit 0700dfd

Please sign in to comment.