MCPcopy Index your code
hub / github.com/Python-Markdown/markdown / testGetConfig

Method testGetConfig

tests/test_extensions.py:45–46  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

43 self.ExtKlass = TestExtension
44
45 def testGetConfig(self):
46 self.assertEqual(self.ext.getConfig('foo'), 'bar')
47
48 def testGetConfigDefault(self):
49 self.assertEqual(self.ext.getConfig('baz'), '')

Callers

nothing calls this directly

Calls 1

getConfigMethod · 0.80

Tested by

no test coverage detected