File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2814,14 +2814,14 @@ StepReporter
28142814~~~~~~~~~~~~
28152815The StepReporter outputs individual labgrid steps to `STDOUT `.
28162816
2817- ::
2817+ .. doctest ::
28182818
28192819 >>> from labgrid import StepReporter
28202820 >>> StepReporter.start()
28212821
28222822The Reporter can be stopped with a call to the stop function:
28232823
2824- ::
2824+ .. doctest ::
28252825
28262826 >>> from labgrid import StepReporter
28272827 >>> StepReporter.stop()
@@ -2839,14 +2839,14 @@ ConsoleLoggingReporter
28392839The ConsoleLoggingReporter outputs read calls from the console transports into
28402840files. It takes the path as a parameter.
28412841
2842- ::
2842+ .. doctest ::
28432843
28442844 >>> from labgrid import ConsoleLoggingReporter
28452845 >>> ConsoleLoggingReporter.start(" ." )
28462846
28472847The Reporter can be stopped with a call to the stop function:
28482848
2849- ::
2849+ .. doctest ::
28502850
28512851 >>> from labgrid import ConsoleLoggingReporter
28522852 >>> ConsoleLoggingReporter.stop()
You can’t perform that action at this time.
0 commit comments