Commit 96f6c13c by Chris Jerdonek

Added three TODO's to test_template_spec.py.

parent a54f8540
......@@ -217,6 +217,9 @@ class SpecLoaderTests(unittest.TestCase, AssertIsMixin, AssertStringMixin):
custom = TemplateSpec()
custom.template = u'é'.encode('utf-8')
# TODO: share code with other code that instantiates a SpecLoader.
# TODO: add test_spec_loader.py.
# TODO: rename spec_loader.py to specloader.py.
self.assertRaises(UnicodeDecodeError, self._assert_template, SpecLoader(), custom, u'é')
custom.template_encoding = 'utf-8'
......
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