commit the dirty repo

This commit is contained in:
Paul Gauthier 2023-11-02 16:11:26 -07:00
parent 2e232b1d20
commit a7e89ea965

View file

@ -458,3 +458,5 @@ class TestCommands(TestCase):
commands.cmd_add("two.txt")
self.assertEqual(commit, repo.head.commit.hexsha)
repo.git.commit("-m", "cleanup")