We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e24fdb1 + 5d0bcb4 commit e815220Copy full SHA for e815220
CHANGELOG.rst
@@ -1022,7 +1022,7 @@ Features
1022
- Revamp the internals of the ``pytest.mark`` implementation with correct per
1023
node handling which fixes a number of long standing bugs caused by the old
1024
design. This introduces new ``Node.iter_markers(name)`` and
1025
- ``Node.get_closest_mark(name)`` APIs. Users are **strongly encouraged** to
+ ``Node.get_closest_marker(name)`` APIs. Users are **strongly encouraged** to
1026
read the `reasons for the revamp in the docs
1027
<https://docs.pytest.org/en/latest/mark.html#marker-revamp-and-iteration>`_,
1028
or jump over to details about `updating existing code to use the new APIs
0 commit comments