MCPcopy Create free account
hub / github.com/gawel/pyquery / test_comment

Method test_comment

tests/test_pyquery.py:355–357  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

353class TestComment(TestCase):
354
355 def test_comment(self):
356 doc = pq('<div><!-- foo --> bar</div>')
357 self.assertEqual(doc.text(), 'bar')
358
359
360class TestCallback(TestCase):

Callers

nothing calls this directly

Calls 1

textMethod · 0.80

Tested by

no test coverage detected