Skip to content

Commit fc10f16

Browse files
author
David Reiss
committed
pytest: Fix typo in comment in pytest suite
The option is "cmdopt" Signed-off-by: David Reiss <[email protected]>
1 parent c8c81d2 commit fc10f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/subsys/testsuite/pytest/pytest/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import pytest
66

7-
# add option "--comdopt" to pytest, or it will report "unknown option"
7+
# add option "--cmdopt" to pytest, or it will report "unknown option"
88
# this option is passed from twister.
99
def pytest_addoption(parser):
1010
parser.addoption(

0 commit comments

Comments
 (0)