Skip to content

Commit f163b37

Browse files
committed
Run regen
1 parent 1873dc6 commit f163b37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/en/example/parametrize.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -552,13 +552,13 @@ Then run ``pytest`` with verbose mode and with only the ``basic`` marker:
552552
platform linux -- Python 3.x.y, pytest-5.x.y, py-1.x.y, pluggy-0.x.y -- $PYTHON_PREFIX/bin/python
553553
cachedir: $PYTHON_PREFIX/.pytest_cache
554554
rootdir: $REGENDOC_TMPDIR
555-
collecting ... collected 17 items / 14 deselected / 3 selected
555+
collecting ... collected 18 items / 15 deselected / 3 selected
556556
557557
test_pytest_param_example.py::test_eval[1+7-8] PASSED [ 33%]
558558
test_pytest_param_example.py::test_eval[basic_2+4] PASSED [ 66%]
559559
test_pytest_param_example.py::test_eval[basic_6*9] XFAIL [100%]
560560
561-
============ 2 passed, 14 deselected, 1 xfailed in 0.12 seconds ============
561+
============ 2 passed, 15 deselected, 1 xfailed in 0.12 seconds ============
562562
563563
As the result:
564564

0 commit comments

Comments
 (0)