:mod:`lookout.style.tests.test_reporter` ======================================== .. py:module:: lookout.style.tests.test_reporter Module Contents --------------- .. data:: DummyFix .. py:class:: FakeDummyAnalyzerSpy(model:AnalyzerModel, url:str, config:dict) Bases::class:`lookout.core.analyzer.Analyzer` .. attribute:: version :annotation: = 1 .. attribute:: model_type .. attribute:: name :annotation: = fake.analyzer.FakeDummyAnalyzerSpy .. attribute:: vendor :annotation: = source{d} .. method:: analyze(self, ptr_from:str, ptr_to:str, data_service:DataService, **data) .. classmethod:: train(cls, ptr:ReferencePointer, config:dict, data_service:DataService, **data) .. function:: fake_review(fr, to) .. py:class:: DummyReporter Bases::class:`lookout.style.reporter.Reporter` .. attribute:: inspected_analyzer_type .. method:: get_report_names(cls) .. method:: _generate_reports(self, dataset_row:Dict[str, Any], fixes:Sequence[DummyFix]) .. method:: _trigger_review_event(self, dataset_row:Dict[str, Any]) .. py:class:: ReporterTests Bases::class:`unittest.TestCase` .. classmethod:: setUpClass(cls) .. method:: test_run(self, func) .. method:: test_dump_checkpoints(self, func) .. method:: test_load_checkpoints(self, func)