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

Unified Diff: appengine/swarming/server/test_env.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 | « appengine/components/components/utils_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/server/test_env.py
diff --git a/appengine/swarming/server/test_env.py b/appengine/swarming/server/test_env.py
deleted file mode 100644
index e352e9118bb70b93da2e878db6dabb20c3bad60e..0000000000000000000000000000000000000000
--- a/appengine/swarming/server/test_env.py
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 2015 The Swarming Authors. All rights reserved.
-# Use of this source code is governed by the Apache v2.0 license that can be
-# found in the LICENSE file.
-
-import os
-import sys
-
-APP_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
-
-
-def setup_test_env():
- """Sets up App Engine test environment."""
- # For application modules.
- sys.path.insert(0, APP_DIR)
-
- from test_support import test_env
- test_env.setup_test_env()
« no previous file with comments | « appengine/components/components/utils_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698