From 191f41f43a2933ac921847f877d87c2594d727f0 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 26 Oct 2013 14:41:21 -0400 Subject: Now that this is a CoverageTest, need to shut off the temp dir. --- tests/test_templite.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/test_templite.py') diff --git a/tests/test_templite.py b/tests/test_templite.py index a0bd182f..e3918e4b 100644 --- a/tests/test_templite.py +++ b/tests/test_templite.py @@ -21,6 +21,8 @@ class AnyOldObject(object): class TempliteTest(CoverageTest): """Tests for Templite.""" + run_in_temp_dir = False + def try_render(self, text, ctx, result): """Render `text` through `ctx`, and it had better be `result`.""" self.assertEqual(Templite(text).render(ctx), result) -- cgit v1.2.1