note condition for introspection happening
This commit is contained in:
parent
8772b8c928
commit
29d58ffdf2
|
@ -44,6 +44,9 @@ including calls, attributes, comparisons, and binary and unary operators. This
|
||||||
allows you to use the idiomatic python constructs without boilerplate code while
|
allows you to use the idiomatic python constructs without boilerplate code while
|
||||||
not losing introspection information.
|
not losing introspection information.
|
||||||
|
|
||||||
|
Assertion introspection is enabled only when a message is not manually provided
|
||||||
|
in the assert statement.
|
||||||
|
|
||||||
See :ref:`assert-details` for more information on assertion introspection.
|
See :ref:`assert-details` for more information on assertion introspection.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue