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

Unified Diff: appengine/findit/lib/gitiles/test/git_repository_test.py

Issue 2344443005: [Findit] Factoring the gitiles (etc) stuff out into its own directory (Closed)
Patch Set: moving ./gitiles to ./lib/gitiles Created 4 years, 2 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
Index: appengine/findit/lib/gitiles/test/git_repository_test.py
diff --git a/appengine/findit/common/test/git_repository_test.py b/appengine/findit/lib/gitiles/test/git_repository_test.py
similarity index 99%
rename from appengine/findit/common/test/git_repository_test.py
rename to appengine/findit/lib/gitiles/test/git_repository_test.py
index 058fb1a789cc376968e51edc1488e6f4b3504ca8..c455e321df1ce80ee84dae4fbcc98437341e9f70 100644
--- a/appengine/findit/common/test/git_repository_test.py
+++ b/appengine/findit/lib/gitiles/test/git_repository_test.py
@@ -9,9 +9,11 @@ import re
from testing_utils import testing
-from common import git_repository
+from lib.gitiles import git_repository
+from lib.gitiles.change_log import ChangeLog
+# TODO(wrengr): we shouldn't have anything in the gitiles directory
+# depend on stuff in the common directory.
from common import retry_http_client
-from common.change_log import ChangeLog
COMMIT_MESSAGE = ('Add popover for snapshot canvas log.\n\n'

Powered by Google App Engine
This is Rietveld 408576698