mlm_insights.tests.test_runner package¶
Submodules¶
mlm_insights.tests.test_runner.test_runner module¶
- class mlm_insights.tests.test_runner.test_runner.TestRunner(test_context: ~mlm_insights.tests.test_context.interfaces.test_context.TestContext, tests: ~typing.List[~mlm_insights.tests.test_types.interfaces.test_base.TestBase] = <factory>, user_defined_tags: ~typing.Dict[str, str] = <factory>)¶
Bases:
object
TestRunner provide run method which can be used to run all the Insights Tests and produce the testReport.
Configuration¶
- test_contextTestContext
Set the test context for the Tests.
tests: List of Insight’s tests.
- run() TestResults ¶
- test_context: TestContext¶
- user_defined_tags: Dict[str, str]¶
- validate() TestValidationResults ¶