Files
edx-platform/common/test/acceptance/pages/lms/__init__.py
2014-04-24 17:42:36 -04:00

8 lines
224 B
Python

import os
# Get the URL of the instance under test
BASE_URL = os.environ.get('test_url', 'http://localhost:8003')
# The URL used for user auth in testing
AUTH_BASE_URL = os.environ.get('test_url', 'http://localhost:8031')