port typo fix
This commit is contained in:
commit
a2bb2ff164
|
@ -10,7 +10,7 @@ Pass different values to a test function, depending on command line options
|
|||
.. regendoc:wipe
|
||||
|
||||
Suppose we want to write a test that depends on a command line option.
|
||||
Here is a basic pattern how to achieve this::
|
||||
Here is a basic pattern to achieve this::
|
||||
|
||||
# content of test_sample.py
|
||||
def test_answer(cmdopt):
|
||||
|
|
Loading…
Reference in New Issue