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

Unified Diff: appengine/components/components/auth/api_test.py

Issue 1478573003: Symlink test_env.py instead of test_support in preparation of jinja2. (Closed) Base URL: git@github.com:luci/luci-py.git@2_jinja2
Patch Set: Rebased against master instead of jijna2 Created 5 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 | « no previous file | appengine/components/components/auth/change_log_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/components/components/auth/api_test.py
diff --git a/appengine/components/components/auth/api_test.py b/appengine/components/components/auth/api_test.py
index 871534e4984ca1e051bc3cd81a91afae0b2192b1..c1314dc62795a9e68257003716bf21df3f85b633 100755
--- a/appengine/components/components/auth/api_test.py
+++ b/appengine/components/components/auth/api_test.py
@@ -12,7 +12,7 @@ import sys
import threading
import unittest
-from test_support import test_env
+import test_env
test_env.setup_test_env()
from google.appengine.ext import ndb
« no previous file with comments | « no previous file | appengine/components/components/auth/change_log_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698