pytest: configures logging through caplog fixture

This commit is contained in:
Mose Müller
2024-07-30 07:33:01 +02:00
parent 8bf0b771fa
commit a1da332dba
8 changed files with 11 additions and 11 deletions

View File

@ -8,7 +8,6 @@ from pydase.data_service.state_manager import StateManager
from pytest import LogCaptureFixture
logger = logging.getLogger("pydase")
logger.propagate = True
@pytest.mark.asyncio