:py:mod:`km3test.reporting` =========================== .. py:module:: km3test.reporting .. autoapi-nested-parse:: Reporting methods for test outcomes .. !! processed by numpydoc !! Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: km3test.reporting.Reporter .. py:class:: Reporter(configs={}, tests={}) Class to manage information return Deals with arrays of tests. Objects: * self.results: holding configuration for tests (of type TestConfig) * self.reportconfigs: holding input objects to be tested (e.g. files) .. !! processed by numpydoc !! .. py:method:: create_report(self, tests={}, configs={}) .. !! processed by numpydoc !! .. py:method:: write_file(self, reportobject, outfilename, reporttype) .. !! processed by numpydoc !! .. py:method:: make_table(self, tablename, tests, parameters='default') needs a name for the table, test, and parameters which should be retrieved. .. !! processed by numpydoc !! .. py:method:: return_bool(self, tests={}) Takes dictionary with tests, checks all for success. .. !! processed by numpydoc !!