Skip to content

Commit bc8f119

Browse files
committed
Add check to test bare repo
1 parent cc71f02 commit bc8f119

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎test/test_base.py

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ def test_object_resolution(self):
9898
def test_with_bare_rw_repo(self, bare_rw_repo):
9999
assert bare_rw_repo.config_reader("repository").getboolean("core", "bare")
100100
assert osp.isfile(osp.join(bare_rw_repo.git_dir, "HEAD"))
101+
assert osp.isdir(bare_rw_repo.working_dir)
101102

102103
@with_rw_repo("0.1.6")
103104
def test_with_rw_repo(self, rw_repo):

0 commit comments

Comments
 (0)