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.
1 parent b38cf77 commit ceeb514Copy full SHA for ceeb514
CHANGELOG.rst
@@ -89,7 +89,11 @@ time or change existing behaviors in order to make them less surprising/more use
89
90
* Reinterpretation mode has now been removed. Only plain and rewrite
91
mode are available, consequently the ``--assert=reinterp`` option is
92
- no longer available. Thanks `@flub`_ for the PR.
+ no longer available. This also means files imported from plugins or
93
+ ``conftest.py`` will not benefit from improved assertions by
94
+ default, you should use ``pytest.register_assert_rewrite()`` to
95
+ explicitly turn on assertion rewriting for those files. Thanks
96
+ `@flub`_ for the PR.
97
98
* The following deprecated commandline options were removed:
99
0 commit comments