MCPcopy Create free account
hub / github.com/Python-Markdown/markdown / setUp

Method setUp

tests/test_apis.py:418–420  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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. """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected