File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -324,6 +324,7 @@ def add_doctest_fixtures(
324
324
create_git_remote_repo : CreateRepoCallbackFixtureProtocol ,
325
325
create_svn_remote_repo : CreateRepoCallbackFixtureProtocol ,
326
326
create_hg_remote_repo : CreateRepoCallbackFixtureProtocol ,
327
+ git_repo : pathlib .Path ,
327
328
):
328
329
doctest_namespace ["tmp_path" ] = tmp_path
329
330
if which ("git" ):
@@ -333,6 +334,7 @@ def add_doctest_fixtures(
333
334
remote_repo_post_init = git_remote_repo_single_commit_post_init ,
334
335
)
335
336
doctest_namespace ["create_git_remote_repo_bare" ] = create_git_remote_repo
337
+ doctest_namespace ["git_local_clone" ] = git_repo
336
338
if which ("svn" ):
337
339
doctest_namespace ["create_svn_remote_repo" ] = create_svn_remote_repo
338
340
if which ("hg" ):
You can’t perform that action at this time.
0 commit comments