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

Class TestExtension

tests/test_extensions.py:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35 def setUp(self):
36 class TestExtension(markdown.extensions.Extension):
37 config = {
38 'foo': ['bar', 'Description of foo'],
39 'bar': ['baz', 'Description of bar']
40 }
41
42 self.ext = TestExtension()
43 self.ExtKlass = TestExtension

Callers 1

setUpMethod · 0.85

Calls

no outgoing calls

Tested by 1

setUpMethod · 0.68