summaryrefslogtreecommitdiff
path: root/test/test_templite.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-11-21 13:16:21 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-11-21 13:16:21 -0500
commit453439f6f81b28e797fb28d39201adf56ff0450a (patch)
treecfab16c5e737279b79f13c03cefc7e0efdbecdd8 /test/test_templite.py
parenta61da141c1fa3d300f56956eb03db1de296f0680 (diff)
downloadpython-coveragepy-453439f6f81b28e797fb28d39201adf56ff0450a.tar.gz
Disable the two tests that don't work yet.
Diffstat (limited to 'test/test_templite.py')
-rw-r--r--test/test_templite.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_templite.py b/test/test_templite.py
index f2c20f9..35c1df5 100644
--- a/test/test_templite.py
+++ b/test/test_templite.py
@@ -195,7 +195,7 @@ class TempliteTest(unittest.TestCase):
# TypeError: Couldn't evaluate {{ foo.bar.baz }}:
# 'NoneType' object is unsubscriptable
self.assertRaises(TypeError, self.try_render,
- "Hey {{foo.bar.baz}} there", {'foo': None}, "Hey XXX there"
+ "Hey {{foo.bar.baz}} there", {'foo': None}, "Hey ??? there"
)
def test_bogus_tag_syntax(self):