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() |