Skip to content

Commit

Permalink
Turned on jinja2 templates on widgets unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
clsdaniel committed Aug 4, 2012
1 parent 68953a7 commit 0621be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class WidgetTest(_WidgetTest):
the first two since those are the only templates provided by tw2.forms
itself.
"""
engines = ['mako', 'genshi']
engines = ['mako', 'genshi', 'jinja']


class TestInputField(WidgetTest):
Expand Down

0 comments on commit 0621be3

Please sign in to comment.