Mostly fix tests.
* change custom tags in test/data/full to new single-tag format * fix broken file references * fix argument to import_from_xml * error_handler fix in mongo.py in next commit
This commit is contained in:
@@ -57,7 +57,7 @@ class GithubSyncTestCase(TestCase):
|
||||
"""
|
||||
self.assertEquals('Toy Course', self.import_course.metadata['display_name'])
|
||||
self.assertIn(
|
||||
Location('i4x://edx/local_repo/chapter/Overview'),
|
||||
Location('i4x://edX/toy/chapter/Overview'),
|
||||
[child.location for child in self.import_course.get_children()])
|
||||
self.assertEquals(1, len(self.import_course.get_children()))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user