Fix pagination test failures
Updated the pagination tests to no longer use the toy course, but to instead explicitly upload the assets it needs. Added a new AssetsTestCase base class to own shared helper methods.
This commit is contained in:
@@ -72,7 +72,7 @@ class CourseTestCase(ModuleStoreTestCase):
|
||||
email = 'test+courses@edx.org'
|
||||
password = 'foo'
|
||||
|
||||
# Create the use so we can log them in.
|
||||
# Create the user so we can log them in.
|
||||
self.user = User.objects.create_user(uname, email, password)
|
||||
|
||||
# Note that we do not actually need to do anything
|
||||
|
||||
Reference in New Issue
Block a user