Refactored stub services for style and DRY Added unit tests for stub implementations Updated acceptance tests that depend on stubs. Updated Studio acceptance tests to use YouTube stub server; fixed failing tests in devstack.
8 lines
335 B
Python
8 lines
335 B
Python
# Use this as your lettuce terrain file so that the common steps
|
|
# across all lms apps can be put in terrain/common
|
|
# See https://groups.google.com/forum/?fromgroups=#!msg/lettuce-users/5VyU9B4HcX8/USgbGIJdS5QJ
|
|
from terrain.browser import *
|
|
from terrain.steps import *
|
|
from terrain.factories import *
|
|
from terrain.start_stubs import *
|