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

Class TestComment

tests/test_pyquery.py:353–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351
352
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

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…