mentat.plugin.enricher.testsuite module

Base test suite for testing Mentat enricher module plugins implemented on top of the mentat.plugin.enricher.EnricherPlugin class.

class mentat.plugin.enricher.testsuite.MentatEnricherPluginTestCase(methodName='runTest')[source]

Bases: TestCase

Base test case class for testing Mentat enricher module plugins implemented on top of the mentat.plugin.enricher.EnricherPlugin class.

setUp()[source]

Hook method for setting up the test fixture before exercising it.