Files
pytest2/changelog/2469.bugfix
2017-06-06 22:40:04 -03:00

5 lines
289 B
Plaintext

``deprecated_call`` in context-manager form now captures deprecation warnings even if
the same warning has already been raised. Also, ``deprecated_call`` will always produce
the same error message (previously it would produce different messages in context-manager vs.
function-call mode).