diff --git a/test_secretary.py b/test_secretary.py index 049b4b7..efc1bad 100644 --- a/test_secretary.py +++ b/test_secretary.py @@ -63,10 +63,6 @@ class RenderTestCase(TestCase): for test, expect in test_samples.items(): assert self.engine._encode_escape_chars(test) == expect - def _test_is_jinja_tag(self): - assert self._is_jinja_tag('{{ foo }}')=True - assert self._is_jinja_tag('{ foo }')==False - def test_create_test_node(self): assert self.engine.create_text_node(self.document, 'text').toxml() == 'text'