mirror of
https://github.com/tiqi-group/pydase.git
synced 2026-02-04 09:48:40 +01: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