Added fixtures for course and xblock creation Added bok-choy Studio tests Added bok-choy tests for ora self- and ai- assessment Refactored auto-auth; added staff and course-enrollment options Removed extra javascript properties from page objects
5 lines
124 B
Python
5 lines
124 B
Python
import os
|
|
|
|
# Get the URL of the instance under test
|
|
STUDIO_BASE_URL = os.environ.get('studio_url', 'http://localhost:8031')
|