Skip to content

Commit 9df60ff

Browse files
committed
test: Empty / bare repo
1 parent a2479ac commit 9df60ff

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

libvcs/conftest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,9 +330,11 @@ def add_doctest_fixtures(
330330
doctest_namespace["git_remote_repo"] = create_git_remote_repo(
331331
remote_repo_post_init=git_remote_repo_single_commit_post_init
332332
)
333+
doctest_namespace["git_remote_repo_bare"] = create_git_remote_repo()
333334
if which("svn"):
334335
doctest_namespace["svn_remote_repo"] = create_svn_remote_repo()
335336
if which("hg"):
337+
doctest_namespace["hg_remote_repo_bare"] = create_hg_remote_repo()
336338
doctest_namespace["hg_remote_repo"] = create_hg_remote_repo(
337339
remote_repo_post_init=hg_remote_repo_single_commit_post_init
338340
)

0 commit comments

Comments
 (0)