| 351 | |
| 352 | |
| 353 | class TestComment(TestCase): |
| 354 | |
| 355 | def test_comment(self): |
| 356 | doc = pq('<div><!-- foo --> bar</div>') |
| 357 | self.assertEqual(doc.text(), 'bar') |
| 358 | |
| 359 | |
| 360 | class TestCallback(TestCase): |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…