:mod:`memote.suite.reporting.config` ==================================== .. py:module:: memote.suite.reporting.config .. autoapi-nested-parse:: Configure the layout and scoring of test reports. .. !! processed by numpydoc !! Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: memote.suite.reporting.config.ReportConfiguration .. py:class:: ReportConfiguration(*args, **kwargs) Bases: :class:`dict` Collect the metabolic model test suite results. .. !! processed by numpydoc !! .. classmethod:: load(cls, filename=None) Load a test report configuration. .. !! processed by numpydoc !! .. method:: merge(self, other) Merge a custom configuration. .. !! processed by numpydoc !!