Coverage for tests / unit / logging / conftest.py: 100%

0 statements  

« prev     ^ index     » next       coverage.py v7.13.0, created at 2026-04-03 18:53 +0000

1"""Pytest configuration for logging unit tests. 

2 

3Tests in this directory focus on console logging functionality, loguru integration, 

4and message formatting for user display. 

5""" 

6 

7# Add any logging-specific fixtures here in the future