class documentation

class TestTooDeepDeprecation(_VisibleDeprecationTestCase):

View In Hierarchy

Undocumented

Method test​_deprecation Undocumented
Class Variable message Undocumented

Inherited from _DeprecationTestCase (via _VisibleDeprecationTestCase):

Method assert​_deprecated Test if DeprecationWarnings are given and raised.
Method assert​_not​_deprecated Test that warnings are not raised.
Method setup Undocumented
Method teardown Undocumented
Instance Variable log Undocumented
Instance Variable warn​_ctx Undocumented
def test_deprecation(self):

Undocumented