doc: add list of fixtures to start of fixture chapter (#6696)

- Add list of fixtures to start of fixture chapter
- Add "fixture" cross ref type
This commit is contained in:
kpinc
2020-02-22 07:56:19 -06:00
committed by GitHub
parent 478a244f5e
commit eeebcd77dd
7 changed files with 120 additions and 4 deletions
+1 -1
View File
@@ -180,7 +180,7 @@ Features
rather than implicitly.
- `#5914 <https://github.com/pytest-dev/pytest/issues/5914>`_: :ref:`testdir` learned two new functions, :py:func:`~_pytest.pytester.LineMatcher.no_fnmatch_line` and
- `#5914 <https://github.com/pytest-dev/pytest/issues/5914>`_: :fixture:`testdir` learned two new functions, :py:func:`~_pytest.pytester.LineMatcher.no_fnmatch_line` and
:py:func:`~_pytest.pytester.LineMatcher.no_re_match_line`.
The functions are used to ensure the captured text *does not* match the given