class documentation

Helper for tests which iterate over commits.

Method make_commit Helper to create and store a commit.
Method setUp Set up test fixture.
Instance Variable _store Undocumented
def make_commit(self, **attrs: Any) -> Commit:

Helper to create and store a commit.

def setUp(self):

Set up test fixture.

_store =

Undocumented