@@ -3371,7 +3371,7 @@ Deprecations and Removals
33713371
33723372- ``pytest.approx `` no longer supports ``> ``, ``>= ``, ``< `` and ``<= ``
33733373 operators to avoid surprising/inconsistent behavior. See `the approx docs
3374- <https://docs.pytest.org/en/latest/builtin .html#pytest. approx> `_ for more
3374+ <https://docs.pytest.org/en/latest/reference .html#pytest- approx> `_ for more
33753375 information. (`#2003 <https://github.com/pytest-dev/pytest/issues/2003 >`_)
33763376
33773377- All old-style specific behavior in current classes in the pytest's API is
@@ -4728,7 +4728,7 @@ time or change existing behaviors in order to make them less surprising/more use
47284728* Fix (`#1422 `_): junit record_xml_property doesn't allow multiple records
47294729 with same name.
47304730
4731- .. _`traceback style docs` : https://pytest.org/latest/usage.html#modifying-python-traceback-printing
4731+ .. _`traceback style docs` : https://pytest.org/en/ latest/usage.html#modifying-python-traceback-printing
47324732
47334733.. _#1609 : https://github.com/pytest-dev/pytest/issues/1609
47344734.. _#1422 : https://github.com/pytest-dev/pytest/issues/1422
@@ -5246,7 +5246,7 @@ time or change existing behaviors in order to make them less surprising/more use
52465246- add ability to set command line options by environment variable PYTEST_ADDOPTS.
52475247
52485248- added documentation on the new pytest-dev teams on bitbucket and
5249- github. See https://pytest.org/latest/contributing.html .
5249+ github. See https://pytest.org/en/ latest/contributing.html .
52505250 Thanks to Anatoly for pushing and initial work on this.
52515251
52525252- fix issue650: new option ``--docttest-ignore-import-errors `` which
@@ -5987,7 +5987,7 @@ Bug fixes:
59875987- yielded test functions will now have autouse-fixtures active but
59885988 cannot accept fixtures as funcargs - it's anyway recommended to
59895989 rather use the post-2.0 parametrize features instead of yield, see:
5990- http://pytest.org/latest/example/parametrize.html
5990+ http://pytest.org/en/ latest/example/parametrize.html
59915991- fix autouse-issue where autouse-fixtures would not be discovered
59925992 if defined in an a/conftest.py file and tests in a/tests/test_some.py
59935993- fix issue226 - LIFO ordering for fixture teardowns
@@ -6120,7 +6120,7 @@ Bug fixes:
61206120- pluginmanager.register(...) now raises ValueError if the
61216121 plugin has been already registered or the name is taken
61226122
6123- - fix issue159: improve http://pytest.org/latest/faq.html
6123+ - fix issue159: improve http://pytest.org/en/ latest/faq.html
61246124 especially with respect to the "magic" history, also mention
61256125 pytest-django, trial and unittest integration.
61266126
@@ -6233,7 +6233,7 @@ Bug fixes:
62336233 or through plugin hooks. Also introduce a "--strict" option which
62346234 will treat unregistered markers as errors
62356235 allowing to avoid typos and maintain a well described set of markers
6236- for your test suite. See exaples at http://pytest.org/latest/mark.html
6236+ for your test suite. See exaples at http://pytest.org/en/ latest/mark.html
62376237 and its links.
62386238- issue50: introduce "-m marker" option to select tests based on markers
62396239 (this is a stricter and more predictable version of '-k' in that "-m"
@@ -6416,7 +6416,7 @@ Bug fixes:
64166416- refinements to "collecting" output on non-ttys
64176417- refine internal plugin registration and --traceconfig output
64186418- introduce a mechanism to prevent/unregister plugins from the
6419- command line, see http://pytest.org/plugins.html#cmdunregister
6419+ command line, see http://pytest.org/en/latest/ plugins.html#cmdunregister
64206420- activate resultlog plugin by default
64216421- fix regression wrt yielded tests which due to the
64226422 collection-before-running semantics were not
0 commit comments