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

Unified Diff: appengine/findit/libs/http/test/retry_http_client_test.py

Issue 2488113005: [Findit] Re-org code. (Closed)
Patch Set: Rebase. Created 4 years, 1 month 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 | « appengine/findit/libs/http/test/__init__.py ('k') | appengine/findit/model/crash/crash_config.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/libs/http/test/retry_http_client_test.py
diff --git a/appengine/findit/common/test/retry_http_client_test.py b/appengine/findit/libs/http/test/retry_http_client_test.py
similarity index 99%
rename from appengine/findit/common/test/retry_http_client_test.py
rename to appengine/findit/libs/http/test/retry_http_client_test.py
index 4809ec49f630fa4786646d4fef310bedfa0e3be6..ab0473cf012d4f3e348a0a1ed4d8b1132bb571d9 100644
--- a/appengine/findit/common/test/retry_http_client_test.py
+++ b/appengine/findit/libs/http/test/retry_http_client_test.py
@@ -6,7 +6,7 @@ import urllib
from testing_utils import testing
-from common import retry_http_client
+from libs.http import retry_http_client
class DummyHttpClient(retry_http_client.RetryHttpClient):
« no previous file with comments | « appengine/findit/libs/http/test/__init__.py ('k') | appengine/findit/model/crash/crash_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698