We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f64f77 commit 7b65bbeCopy full SHA for 7b65bbe
doc/develop/test/pytest.rst
@@ -169,8 +169,8 @@ a fixture ``mcumgr``
169
# continue test scenario, check version etc.
170
171
172
-unlauched_dut
173
-=============
+unlaunched_dut
+==============
174
175
Similar to the ``dut`` fixture, but it does not initialize the device. It can be used when a finer
176
control over the build process is needed. It becomes responsibility of the test to initialize the
@@ -180,7 +180,7 @@ device.
180
181
from twister_harness import DeviceAdapter
182
183
- def test_sample(unlauched_dut: DeviceAdapter):
+ def test_sample(unlaunched_dut: DeviceAdapter):
184
unlaunched_dut.launch()
185
unlaunched_dut.readlines_until('Hello world')
186
0 commit comments