Fix weird formatting.

This commit is contained in:
Ned Batchelder
2013-06-07 09:58:12 -04:00
parent ccaf8178fd
commit 69f8bf7afa

View File

@@ -41,7 +41,7 @@ class DummySystem(ImportSystem):
)
def render_template(self, template, context):
raise Exception("Shouldn't be called")
raise Exception("Shouldn't be called")
class BaseCourseTestCase(unittest.TestCase):
@@ -72,8 +72,7 @@ class ImportTestCase(BaseCourseTestCase):
descriptor = system.process_xml(bad_xml)
self.assertEqual(descriptor.__class__.__name__,
'ErrorDescriptor')
self.assertEqual(descriptor.__class__.__name__, 'ErrorDescriptor')
def test_unique_url_names(self):
'''Check that each error gets its very own url_name'''