(self)
| 245 | self.assertFalse(self.foo.has_children()) |
| 246 | |
| 247 | def test_lineno(self): |
| 248 | self.assertEqual(self.top.get_lineno(), 0) |
| 249 | self.assertEqual(self.spam.get_lineno(), 14) |
| 250 | |
| 251 | def test_function_info(self): |
| 252 | func = self.spam |
nothing calls this directly
no test coverage detected