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

Unified Diff: appengine/components/components/auth/openid_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
Index: appengine/components/components/auth/openid_test.py
diff --git a/appengine/components/components/auth/openid_test.py b/appengine/components/components/auth/openid_test.py
index 78762503581e89550edc1a0733fc66d1a4036f59..34cf68c3eb7fa328189962f3efda96c7378dcd2c 100755
--- a/appengine/components/components/auth/openid_test.py
+++ b/appengine/components/components/auth/openid_test.py
@@ -9,7 +9,7 @@ import sys
import unittest
import urlparse
-from test_support import test_env
+import test_env
test_env.setup_test_env()
from google.appengine.api import app_identity
« no previous file with comments | « appengine/components/components/auth/model_test.py ('k') | appengine/components/components/auth/replication_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698