pystache.tests.test_examples module

TODO: add a docstring.

class pystache.tests.test_examples.TestView(methodName='runTest')[source]

Bases: TestCase, AssertStringMixin

test_comments()[source]
test_delimiters()[source]
test_double_section()[source]
test_escaping()[source]
test_literal()[source]
test_nested_context()[source]
test_nested_context_is_available_in_view()[source]
test_partial_in_partial_has_access_to_grand_parent_context()[source]
test_template_partial()[source]
test_template_partial_extension()[source]
test_unicode_input()[source]
test_unicode_output()[source]