Skip to content

Commit b1bd044

Browse files
__init__: add ConsoleLoggingReporter
When using labgrid as a library, instanciating the ConsoleLoggingReporter to retrieve console log is a common case. Allow "from labgrid import ConsoleLoggingReporter", similar to the StepReporter. Signed-off-by: Bastian Krause <bst@pengutronix.de>
1 parent 9f0f265 commit b1bd044

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

labgrid/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
from .factory import target_factory
66
from .step import step, steps
77
from .stepreporter import StepReporter
8+
from .consoleloggingreporter import ConsoleLoggingReporter

0 commit comments

Comments
 (0)