Merge pull request #3437 from nicoddemus/mark-changelog

Improve changelog note about markers
This commit is contained in:
Ronny Pfannschmidt 2018-05-02 06:45:39 +02:00 committed by GitHub
commit 7834b45002
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 4 deletions

View File

@ -1 +1,3 @@
introduce correct per node mark handling and deprecate the always incorrect existing mark handling
Revamp the internals of the ``pytest.mark`` implementation with correct per node handling and introduce a new ``Node.iter_markers``
API for mark iteration over nodes which fixes a number of long standing bugs caused by the old approach. More details can be
found in `the marks documentation <https://docs.pytest.org/en/latest/mark.html#marker-revamp-and-iteration>`_.

View File

@ -15,12 +15,12 @@ Full pytest documentation
existingtestsuite
assert
fixture
mark
monkeypatch
tmpdir
capture
warnings
doctest
mark
skipping
parametrize
cache

View File

@ -34,8 +34,8 @@ which also serve as documentation.
.. `marker-iteration`
Marker iteration
=================
Marker revamp and iteration
---------------------------
.. versionadded:: 3.6