Files
edx-platform/edxapp_selenium_pages/studio/__init__.py
2013-12-19 16:21:06 -05:00

5 lines
94 B
Python

import os
# Get the URL of the instance under test
BASE_URL = os.environ.get('test_url', '')