:mod:`memote.suite.results.models` ================================== .. py:module:: memote.suite.results.models .. autoapi-nested-parse:: Persist the memote test suite results in a database. .. !! processed by numpydoc !! Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: memote.suite.results.models.Result .. py:class:: Result Bases: :class:`Base` Model a git based result for storage in a database. The class attributes correspond both to the columns in the database table and to instance attributes. .. !! processed by numpydoc !! .. attribute:: __tablename__ :annotation: = results .. attribute:: id .. attribute:: hexsha .. attribute:: author .. attribute:: email .. attribute:: authored_on .. attribute:: memote_result