Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc71f02 commit bc8f119Copy full SHA for bc8f119
test/test_base.py
@@ -98,6 +98,7 @@ def test_object_resolution(self):
98
def test_with_bare_rw_repo(self, bare_rw_repo):
99
assert bare_rw_repo.config_reader("repository").getboolean("core", "bare")
100
assert osp.isfile(osp.join(bare_rw_repo.git_dir, "HEAD"))
101
+ assert osp.isdir(bare_rw_repo.working_dir)
102
103
@with_rw_repo("0.1.6")
104
def test_with_rw_repo(self, rw_repo):
0 commit comments