We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ec9c4f commit e9852c2Copy full SHA for e9852c2
git/test/test_repo.py
@@ -913,5 +913,4 @@ def test_work_tree_unsupported(self, rw_dir):
913
rw_master.git.worktree('add', worktree_path, 'master')
914
except Exception as ex:
915
raise AssertionError(ex, "It's ok if TC not running from `master`.")
916
-
917
self.failUnlessRaises(InvalidGitRepositoryError, Repo, worktree_path)
0 commit comments