class documentation

class TestNoseDecoratorsDeprecated(_DeprecationTestCase):

View In Hierarchy

Undocumented

Class ​Didnt​Skip​Exception Undocumented
Method test​_deprecated Undocumented
Method test​_parametrize Undocumented
Method test​_setastest Undocumented
Method test​_skip​_functions​_callable Undocumented
Method test​_skip​_functions​_hardcoded Undocumented
Method test​_skip​_generators​_callable Undocumented
Method test​_skip​_generators​_hardcoded Undocumented
Method test​_slow Undocumented

Inherited from _DeprecationTestCase:

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
Class Variable message Undocumented
Instance Variable log Undocumented
Instance Variable warn​_ctx Undocumented
def test_deprecated(self):

Undocumented

def test_parametrize(self):

Undocumented

def test_setastest(self):

Undocumented

def test_skip_functions_callable(self):

Undocumented

def test_skip_functions_hardcoded(self):

Undocumented

def test_skip_generators_callable(self):

Undocumented

def test_skip_generators_hardcoded(self):

Undocumented

def test_slow(self):

Undocumented