diff --git a/tests/test_commands.py b/tests/test_commands.py index 2a338856f..0f686acef 100644 --- a/tests/test_commands.py +++ b/tests/test_commands.py @@ -533,3 +533,7 @@ class TestCommands(TestCase): commands.cmd_undo("") self.assertNotEqual(last_commit_hash, repo.head.commit.hexsha[:7]) + + del coder + del commands + del repo