Commit 69f8bf7a by Ned Batchelder

Fix weird formatting.

parent ccaf8178
...@@ -41,7 +41,7 @@ class DummySystem(ImportSystem): ...@@ -41,7 +41,7 @@ class DummySystem(ImportSystem):
) )
def render_template(self, template, context): def render_template(self, template, context):
raise Exception("Shouldn't be called") raise Exception("Shouldn't be called")
class BaseCourseTestCase(unittest.TestCase): class BaseCourseTestCase(unittest.TestCase):
...@@ -72,8 +72,7 @@ class ImportTestCase(BaseCourseTestCase): ...@@ -72,8 +72,7 @@ class ImportTestCase(BaseCourseTestCase):
descriptor = system.process_xml(bad_xml) descriptor = system.process_xml(bad_xml)
self.assertEqual(descriptor.__class__.__name__, self.assertEqual(descriptor.__class__.__name__, 'ErrorDescriptor')
'ErrorDescriptor')
def test_unique_url_names(self): def test_unique_url_names(self):
'''Check that each error gets its very own url_name''' '''Check that each error gets its very own url_name'''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment