Expand description
An in-memory RepoBackend for tests and demos.
FixtureBackend holds a hand-built commit history with deterministic
SHAs, timestamps, refs, file lists and diffs, so snapshot tests render
identical pixels on every machine without touching a real repository.
Structs§
- File
Entry - A file changed by a commit, paired with the diff that produced it.
- Fixture
Backend
Functions§
- commit
- Build a
CommitInfowithout the ceremony of naming every field.