Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions branch_forward/test_verify.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
@contextmanager
def base_setup() -> Iterator[Tuple[GitAutograderTest, RepoSmith]]:
with loader.start() as (test, rs):
rs.git.commit(message="Set initial state", allow_empty=True)
rs.git.commit(message="Introduce Harry", allow_empty=True)
rs.git.commit(message="Add about family", allow_empty=True)

Expand Down
1 change: 1 addition & 0 deletions branch_forward/verify.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
ONLY_WITH_SALLY_MERGED = "Only one of the two starting branches can be fast-forward merged into 'main'. Do not create new branches."

EXPECTED_MAIN_COMMIT_MESSAGES = {
"Set initial state",
"Introduce Harry",
"Add about family",
"Add cast.txt",
Expand Down