(self)
| 218 | e.debug('I am a formatted %s %s' % ('log', 'string')) |
| 219 | |
| 220 | def testElementDebug(self): |
| 221 | e = TestElement("testelement") |
| 222 | e.set_property("name", "testelement") |
| 223 | e.break_it_down() |
| 224 | |
| 225 | class LinkTest(TestCase): |
| 226 | def testLinkNoPads(self): |
nothing calls this directly
no test coverage detected