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

Unified Diff: scripts/slave/unittests/get_swarm_results_test.py

Issue 23176003: Create proper wrapper scripts to decouple from swarm_client. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Had forgot to append _shim to one comment Created 7 years, 4 months 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 | « scripts/slave/swarming/trigger_swarm_shim.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/unittests/get_swarm_results_test.py
diff --git a/scripts/slave/unittests/get_swarm_results_test.py b/scripts/slave/unittests/get_swarm_results_test.py
index 24b1a76150d131ade44ad2d7ebbc74129768eef6..b0849d87c4a8cef7b68f5e7d6853547abc24bab6 100755
--- a/scripts/slave/unittests/get_swarm_results_test.py
+++ b/scripts/slave/unittests/get_swarm_results_test.py
@@ -28,7 +28,7 @@ class FakeSwarmGetResultsModule(object):
sys.modules['swarm_get_results'] = FakeSwarmGetResultsModule()
-import slave.swarming.get_swarm_results as swarm_results
+import slave.swarming.get_swarm_results_shim as swarm_results
RUN_TEST_OUTPUT = (
« no previous file with comments | « scripts/slave/swarming/trigger_swarm_shim.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698