versionadded and versionchanged for asserts
This commit is contained in:
parent
e56838cb6c
commit
606ea870f0
|
@ -160,6 +160,15 @@ easy to rewrite the assertion and avoid any trouble::
|
|||
|
||||
All assert debugging can be turned off by passing ``--assertmode=off``.
|
||||
|
||||
.. versionadded:: 2.1
|
||||
|
||||
Add assert rewriting as an alternate debugging technique.
|
||||
|
||||
.. versionchanged:: 2.1
|
||||
|
||||
Introduce the ``--assertmode`` option. Deprecate ``--no-assert`` and
|
||||
``--nomagic``.
|
||||
|
||||
..
|
||||
Defining your own comparison
|
||||
----------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue