Skip to content

Commit d2776ca

Browse files
doc/configuration: mention pytest stdout capturing in ManualPowerDriver/ManualSwitchDriver
Signed-off-by: Bastian Krause <bst@pengutronix.de>
1 parent cf3b5ab commit d2776ca

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

doc/configuration.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2121,6 +2121,10 @@ control is available.
21212121

21222122
The driver's name will be displayed during interaction.
21232123

2124+
.. note::
2125+
When using the ManualPowerDriver with pytest, use ``-s``/``--capture=no`` to
2126+
prevent stdout capturing.
2127+
21242128
Binds to:
21252129
- None
21262130

@@ -2486,6 +2490,10 @@ the target.
24862490
This can be used if a driver binds to a :any:`DigitalOutputProtocol`, but no
24872491
automatic control is available.
24882492

2493+
.. note::
2494+
When using the ManualSwitchDriver with pytest, use ``-s``/``--capture=no`` to
2495+
prevent stdout capturing.
2496+
24892497
Binds to:
24902498
- None
24912499

0 commit comments

Comments
 (0)