Skip to content

Commit

Permalink
Add check to test bare repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sineaggi committed Feb 1, 2023
1 parent cc71f02 commit bc8f119
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def test_object_resolution(self):
def test_with_bare_rw_repo(self, bare_rw_repo):
assert bare_rw_repo.config_reader("repository").getboolean("core", "bare")
assert osp.isfile(osp.join(bare_rw_repo.git_dir, "HEAD"))
assert osp.isdir(bare_rw_repo.working_dir)

@with_rw_repo("0.1.6")
def test_with_rw_repo(self, rw_repo):
Expand Down

0 comments on commit bc8f119

Please sign in to comment.