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

Method testGetConfigs

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

Source from the content-addressed store, hash-verified

50 self.assertEqual(self.ext.getConfig('baz', default='missing'), 'missing')
51
52 def testGetConfigs(self):
53 self.assertEqual(self.ext.getConfigs(), {'foo': 'bar', 'bar': 'baz'})
54
55 def testGetConfigInfo(self):
56 self.assertEqual(

Callers

nothing calls this directly

Calls 1

getConfigsMethod · 0.80

Tested by

no test coverage detected