(self)
| 416 | """ |
| 417 | |
| 418 | def setUp(self): |
| 419 | # Create comment node |
| 420 | self.comment = etree.Comment('foo') |
| 421 | |
| 422 | def testCommentIsComment(self): |
| 423 | """ Test that an `ElementTree` `Comment` passes the `is Comment` test. """ |
nothing calls this directly
no outgoing calls
no test coverage detected