doc: pytest: Fix spelling of unlaunched
unlauched_dut is written wrongly - unlaunched_dut is correct. Signed-off-by: Reto Schneider <reto.schneider@husqvarnagroup.com>
This commit is contained in:
parent
6f64f77557
commit
7b65bbe52e
1 changed files with 3 additions and 3 deletions
|
@ -169,8 +169,8 @@ a fixture ``mcumgr``
|
|||
# continue test scenario, check version etc.
|
||||
|
||||
|
||||
unlauched_dut
|
||||
=============
|
||||
unlaunched_dut
|
||||
==============
|
||||
|
||||
Similar to the ``dut`` fixture, but it does not initialize the device. It can be used when a finer
|
||||
control over the build process is needed. It becomes responsibility of the test to initialize the
|
||||
|
@ -180,7 +180,7 @@ device.
|
|||
|
||||
from twister_harness import DeviceAdapter
|
||||
|
||||
def test_sample(unlauched_dut: DeviceAdapter):
|
||||
def test_sample(unlaunched_dut: DeviceAdapter):
|
||||
unlaunched_dut.launch()
|
||||
unlaunched_dut.readlines_until('Hello world')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue