@@ -102,7 +102,9 @@ def test_checkout_with_two_submodules(mkgitrepo, src, git_allow_file_protocol):
102102@pytest .mark .skipif (
103103 condition = os .name == "nt" , reason = "submodules seem not to work on windows"
104104)
105- def test_checkout_with_two_submodules_recursive (mkgitrepo , src , git_allow_file_protocol ):
105+ def test_checkout_with_two_submodules_recursive (
106+ mkgitrepo , src , git_allow_file_protocol
107+ ):
106108 """
107109 Tests the checkout of a module 'egg' with a submodule 'submodule_a'
108110 and a submodule 'submodule_b' in it.
@@ -297,7 +299,9 @@ def test_checkout_with_submodules_option_never(mkgitrepo, src, git_allow_file_pr
297299@pytest .mark .skipif (
298300 condition = os .name == "nt" , reason = "submodules seem not to work on windows"
299301)
300- def test_checkout_with_submodules_option_never_source_always (mkgitrepo , src , git_allow_file_protocol ):
302+ def test_checkout_with_submodules_option_never_source_always (
303+ mkgitrepo , src , git_allow_file_protocol
304+ ):
301305 """
302306 Tests the checkout of a module 'egg' with a submodule 'submodule_a' in it
303307 and a module 'egg2' with the same submodule, initializing only the submodule
@@ -358,7 +362,9 @@ def test_checkout_with_submodules_option_never_source_always(mkgitrepo, src, git
358362@pytest .mark .skipif (
359363 condition = os .name == "nt" , reason = "submodules seem not to work on windows"
360364)
361- def test_checkout_with_submodules_option_always_source_never (mkgitrepo , src , git_allow_file_protocol ):
365+ def test_checkout_with_submodules_option_always_source_never (
366+ mkgitrepo , src , git_allow_file_protocol
367+ ):
362368 """
363369 Tests the checkout of a module 'egg' with a submodule 'submodule_a' in it
364370 and a module 'egg2' with the same submodule, not initializing the submodule
@@ -482,7 +488,9 @@ def test_update_with_submodule_checkout(mkgitrepo, src, git_allow_file_protocol)
482488@pytest .mark .skipif (
483489 condition = os .name == "nt" , reason = "submodules seem not to work on windows"
484490)
485- def test_update_with_submodule_dont_update_previous_submodules (mkgitrepo , src , git_allow_file_protocol ):
491+ def test_update_with_submodule_dont_update_previous_submodules (
492+ mkgitrepo , src , git_allow_file_protocol
493+ ):
486494 """
487495 Tests the checkout of a module 'egg' with a submodule 'submodule_a' in it.
488496 Commits changes in the detached submodule, and checks update didn't break
0 commit comments