Known subclasses: testtools.tests.test_testcase.Attributes

A mix-in class for modifying test id by attributes.

e.g. >>> class MyTest(WithAttributes, TestCase): ... @attr('foo') ... def test_bar(self): ... pass >>> MyTest('test_bar').id() testtools.testcase.MyTest/test_bar[foo]

Method id Undocumented
def id(self):
Undocumented
API Documentation for testtools, generated by pydoctor at 2015-07-01 16:11:28.