mirror of
https://github.com/tiqi-group/pydase.git
synced 2026-02-03 01:08:40 +01:00
pytest: configures logging through caplog fixture
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import logging
|
||||
|
||||
import pydase
|
||||
import pydase.components
|
||||
@@ -7,8 +6,6 @@ from pydase.data_service.state_manager import StateManager
|
||||
from pydase.utils.serialization.serializer import dump
|
||||
from pytest import LogCaptureFixture
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
def test_image_functions(caplog: LogCaptureFixture) -> None:
|
||||
class MyService(pydase.DataService):
|
||||
|
||||
Reference in New Issue
Block a user