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

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

Issue 2344443005: [Findit] Factoring the gitiles (etc) stuff out into its own directory (Closed)
Patch Set: rebase-update Created 4 years, 3 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/gitiles/test/git_repository_test.py
diff --git a/appengine/findit/common/test/git_repository_test.py b/appengine/findit/gitiles/test/git_repository_test.py
similarity index 99%
rename from appengine/findit/common/test/git_repository_test.py
rename to appengine/findit/gitiles/test/git_repository_test.py
index 058fb1a789cc376968e51edc1488e6f4b3504ca8..36bfe8c6817a02ee6a078cd88d46971cf86ff74a 100644
--- a/appengine/findit/common/test/git_repository_test.py
+++ b/appengine/findit/gitiles/test/git_repository_test.py
@@ -9,9 +9,11 @@ import re
from testing_utils import testing
-from common import git_repository
+from gitiles import git_repository
+from 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