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.
2 parents 24b44f5 + 4f4f488 commit 8ebff67Copy full SHA for 8ebff67
tests/test_api.py
@@ -298,6 +298,9 @@ def config_with_links(config):
298
299
return config
300
301
+ @pytest.mark.xfail(
302
+ os.name == "nt", reason="https://github.com/jacebrowning/gitman/issues/284"
303
+ )
304
def it_should_create_links(config_with_links):
305
expect(gitman.install(depth=1)) == True
306
expect(os.listdir()).contains("gmd_3")
@@ -1164,6 +1167,9 @@ def git_changes(
1164
1167
"""
1165
1168
)
1166
1169
1170
1171
1172
1173
def it_merges_sources(config):
1174
config.datafile.text = strip(
1175
0 commit comments