summaryrefslogtreecommitdiff
path: root/test/test_filters.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_filters.py')
-rw-r--r--test/test_filters.py12
1 files changed, 5 insertions, 7 deletions
diff --git a/test/test_filters.py b/test/test_filters.py
index b3b4753..726f5d7 100644
--- a/test/test_filters.py
+++ b/test/test_filters.py
@@ -1,10 +1,8 @@
-import unittest
-
from mako.template import Template
-from .util.assertions import eq_
-from .util.fixtures import TemplateTest
-from .util.helpers import flatten_result
-from .util.helpers import result_lines
+from mako.testing.assertions import eq_
+from mako.testing.fixtures import TemplateTest
+from mako.testing.helpers import flatten_result
+from mako.testing.helpers import result_lines
class FilterTest(TemplateTest):
@@ -363,7 +361,7 @@ data = {a: ${123}, b: ${"123"}};
)
-class BufferTest(unittest.TestCase):
+class BufferTest:
def test_buffered_def(self):
t = Template(
"""