memote.suite.results.models

Persist the memote test suite results in a database.

Module Contents

Classes

Result Model a git based result for storage in a database.
class memote.suite.results.models.Result[source]

Bases: 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.

__tablename__ = results[source]
id[source]
hexsha[source]
author[source]
email[source]
authored_on[source]
memote_result[source]