Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
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):
Callers
nothing calls this directly
Calls
1
text
Method · 0.80
Tested by
no test coverage detected