mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-06-12 15:57:12 +02:00
pytest: configures logging through caplog fixture
This commit is contained in:
@ -9,7 +9,6 @@ from pydase.data_service.state_manager import StateManager
|
||||
from pytest import LogCaptureFixture
|
||||
|
||||
logger = logging.getLogger("pydase")
|
||||
logger.propagate = True
|
||||
|
||||
|
||||
def test_number_slider(caplog: LogCaptureFixture) -> None:
|
||||
|
Reference in New Issue
Block a user