Skip to content

Commit 62a15ff

Browse files
committed
fixup! shelldriver: make run wrapper injecting more reliable
Signed-off-by: Petr Štetiar <[email protected]>
1 parent 918de38 commit 62a15ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/usage.rst

+1
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,7 @@ environment config:
543543
Mock(return_value=(['OK'], [], 0))
544544
).start()
545545
patch.object(ShellDriver, "_silence_kernel", Mock()).start()
546+
patch.object(ShellDriver, "_inject_run", Mock()).start()
546547

547548
.. testcode:: pytest-example
548549
:hide:

0 commit comments

Comments
 (0)