summaryrefslogtreecommitdiff
path: root/doc/en/parametrize.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/parametrize.rst')
-rw-r--r--doc/en/parametrize.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/parametrize.rst b/doc/en/parametrize.rst
index 5cde906fa..d1d47c229 100644
--- a/doc/en/parametrize.rst
+++ b/doc/en/parametrize.rst
@@ -195,7 +195,7 @@ list::
$ pytest -q -rs test_strings.py
s
======= short test summary info ========
- SKIP [1] test_strings.py:1: got empty parameter set ['stringinput'], function test_valid_string at $REGENDOC_TMPDIR/test_strings.py:1
+ SKIP [1] test_strings.py:2: got empty parameter set ['stringinput'], function test_valid_string at $REGENDOC_TMPDIR/test_strings.py:1
1 skipped in 0.12 seconds
For further examples, you might want to look at :ref:`more