Cleanup to make tests agnostic to the modulestore being used.

This commit is contained in:
cahrens
2015-01-30 16:22:59 -05:00
parent c56c88be4a
commit a89304b991
5 changed files with 71 additions and 58 deletions

View File

@@ -5,7 +5,6 @@ from lettuce import world, step
from common import *
from terrain.steps import reload_the_page
from selenium.common.exceptions import InvalidElementStateException
from opaque_keys.edx.locations import SlashSeparatedCourseKey
from contentstore.utils import reverse_course_url
from nose.tools import assert_in, assert_not_in, assert_equal, assert_not_equal # pylint: disable=no-name-in-module