Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: third_party/gsutil/gslib/tests/test_mv.py

Issue 1380943003: Roll version of gsutil to 4.15. (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: rebase Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/gsutil/gslib/tests/test_hash.py ('k') | third_party/gsutil/gslib/tests/test_naming.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/gsutil/gslib/tests/test_mv.py
diff --git a/third_party/gsutil/gslib/tests/test_mv.py b/third_party/gsutil/gslib/tests/test_mv.py
index 4c33d1e46fa17e7d18cc545924dbc23eec56e4b5..035a90069c29939669ddb722bd3a560dcbf0e3c5 100644
--- a/third_party/gsutil/gslib/tests/test_mv.py
+++ b/third_party/gsutil/gslib/tests/test_mv.py
@@ -20,7 +20,7 @@ import os
import gslib.tests.testcase as testcase
from gslib.tests.util import ObjectToURI as suri
-from gslib.tests.util import PerformsFileToObjectUpload
+from gslib.tests.util import SequentialAndParallelTransfer
from gslib.util import Retry
@@ -77,7 +77,7 @@ class TestMv(testcase.GsUtilIntegrationTestCase):
self.RunGsUtil(['mv', dir_to_move, suri(bucket_uri)])
self.AssertNObjectsInBucket(bucket_uri, 2)
- @PerformsFileToObjectUpload
+ @SequentialAndParallelTransfer
def test_stdin_args(self):
"""Tests mv with the -I option."""
tmpdir = self.CreateTempDir()
« no previous file with comments | « third_party/gsutil/gslib/tests/test_hash.py ('k') | third_party/gsutil/gslib/tests/test_naming.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698