TestAttrs

class tests.test_extras.TestAttrs(methodName='runTest')[source]
__init__(methodName='runTest')

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

Methods

Methods

test_dictable_cast_dict()

Test casting an AttribDictable attrs instance to a dict

test_dictable_set_get()

Test setting and getting attributes on a AttribDictable attrs instance

Attributes

Attributes

pytestmark