334
334
def test_get_help_topic(self):
335
335
"""The help topic for a plugin is its module name."""
337
337
topic = plugin.ModuleHelpTopic(mod)
338
338
self.assertEqual('demo', topic.get_help_topic())
340
340
topic = plugin.ModuleHelpTopic(mod)
341
341
self.assertEqual('foo_bar', topic.get_help_topic())