Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit13cb4ad

Browse files
committed
chore: use xfail not skip
Signed-off-by: Tim Knight <tim.knight1@engineering.digital.dwp.gov.uk>
1 parentd219fd5 commit13cb4ad

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

‎tests/functional/api/test_import_export.py‎

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
# https://github.com/python-gitlab/python-gitlab/pull/2790#pullrequestreview-1873617123
9-
@pytest.mark.xfail(reason="Import/Export to be worked on in a follow up")
9+
@pytest.mark.xfail(reason="test_group_import_export to be worked on in a follow up")
1010
deftest_group_import_export(gl,group,temp_dir):
1111
export=group.exports.create()
1212
assertexport.message=="202 Accepted"
@@ -34,7 +34,7 @@ def test_group_import_export(gl, group, temp_dir):
3434

3535

3636
# https://github.com/python-gitlab/python-gitlab/pull/2790#pullrequestreview-1873617123
37-
@pytest.mark.xfail(reason="Import/Export to be worked on in a follow up")
37+
@pytest.mark.xfail(reason="test_project_import_export to be worked on in a follow up")
3838
deftest_project_import_export(gl,project,temp_dir):
3939
export=project.exports.create()
4040
assertexport.message=="202 Accepted"
@@ -73,7 +73,7 @@ def test_project_import_export(gl, project, temp_dir):
7373

7474

7575
# https://github.com/python-gitlab/python-gitlab/pull/2790#pullrequestreview-1873617123
76-
@pytest.mark.xfail(reason="Import/Export to be worked on in a follow up")
76+
@pytest.mark.xfail(reason="test_project_remote_import to be worked on in a follow up")
7777
deftest_project_remote_import(gl):
7878
withpytest.raises(gitlab.exceptions.GitlabImportError)aserr_info:
7979
gl.projects.remote_import(
@@ -87,7 +87,9 @@ def test_project_remote_import(gl):
8787

8888

8989
# https://github.com/python-gitlab/python-gitlab/pull/2790#pullrequestreview-1873617123
90-
@pytest.mark.xfail(reason="Import/Export to be worked on in a follow up")
90+
@pytest.mark.xfail(
91+
reason="test_project_remote_import_s3 to be worked on in a follow up"
92+
)
9193
deftest_project_remote_import_s3(gl):
9294
gl.features.set("import_project_from_remote_file_s3",True)
9395
withpytest.raises(gitlab.exceptions.GitlabImportError)aserr_info:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp