blob: a6b9bcbb0ad376a5ed803390ae351c8d1e2ca905 [file] [log] [blame]
# Copyright 2015 The LUCI Authors. All rights reserved.
# Use of this source code is governed under the Apache License, Version 2.0
# 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()