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

Commitf1654b8

Browse files
committed
chore: fix test names
1 parent61e0fae commitf1654b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎tests/functional/api/test_packages.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def test_upload_generic_package(tmp_path, project):
3838
assertpackage.message=="201 Created"
3939

4040

41-
deftest_download_generic_package_bytes(tmp_path,project):
41+
deftest_upload_generic_package_as_bytes(tmp_path,project):
4242
path=tmp_path/file_name
4343

4444
path.write_text(file_content)
@@ -54,7 +54,7 @@ def test_download_generic_package_bytes(tmp_path, project):
5454
assertpackage.message=="201 Created"
5555

5656

57-
deftest_download_generic_package_file(tmp_path,project):
57+
deftest_upload_generic_package_as_file(tmp_path,project):
5858
path=tmp_path/file_name
5959

6060
path.write_text(file_content)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp