django1/tests/template_tests/syntax_tests
Ramiro Morales 16f26defa7 Converted recently refactored templates tests to SimpleTestCase.
These test methods don't need DB setup/teardown.

Refs #23768 and b872134b.
2014-12-03 18:56:46 -05:00
..
__init__.py
test_autoescape.py Converted recently refactored templates tests to SimpleTestCase. 2014-12-03 18:56:46 -05:00
test_basic.py Converted recently refactored templates tests to SimpleTestCase. 2014-12-03 18:56:46 -05:00
test_builtins.py Converted recently refactored templates tests to SimpleTestCase. 2014-12-03 18:56:46 -05:00
test_cache.py Converted recently refactored templates tests to SimpleTestCase. 2014-12-03 18:56:46 -05:00
test_comment.py Converted recently refactored templates tests to SimpleTestCase. 2014-12-03 18:56:46 -05:00
test_cycle.py Converted recently refactored templates tests to SimpleTestCase. 2014-12-03 18:56:46 -05:00
test_exceptions.py Converted recently refactored templates tests to SimpleTestCase. 2014-12-03 18:56:46 -05:00
test_extends.py Converted recently refactored templates tests to SimpleTestCase. 2014-12-03 18:56:46 -05:00
test_filter_syntax.py Converted recently refactored templates tests to SimpleTestCase. 2014-12-03 18:56:46 -05:00
test_filter_tag.py Converted recently refactored templates tests to SimpleTestCase. 2014-12-03 18:56:46 -05:00
test_firstof.py Converted recently refactored templates tests to SimpleTestCase. 2014-12-03 18:56:46 -05:00
test_for.py Converted recently refactored templates tests to SimpleTestCase. 2014-12-03 18:56:46 -05:00
test_i18n.py Converted recently refactored templates tests to SimpleTestCase. 2014-12-03 18:56:46 -05:00
test_if.py Converted recently refactored templates tests to SimpleTestCase. 2014-12-03 18:56:46 -05:00
test_if_changed.py Converted recently refactored templates tests to SimpleTestCase. 2014-12-03 18:56:46 -05:00
test_if_equal.py Converted recently refactored templates tests to SimpleTestCase. 2014-12-03 18:56:46 -05:00
test_include.py Converted recently refactored templates tests to SimpleTestCase. 2014-12-03 18:56:46 -05:00
test_invalid_string.py Converted recently refactored templates tests to SimpleTestCase. 2014-12-03 18:56:46 -05:00
test_list_index.py Converted recently refactored templates tests to SimpleTestCase. 2014-12-03 18:56:46 -05:00
test_load.py Converted recently refactored templates tests to SimpleTestCase. 2014-12-03 18:56:46 -05:00
test_lorem.py Converted recently refactored templates tests to SimpleTestCase. 2014-12-03 18:56:46 -05:00
test_multiline.py Converted recently refactored templates tests to SimpleTestCase. 2014-12-03 18:56:46 -05:00
test_named_endblock.py Converted recently refactored templates tests to SimpleTestCase. 2014-12-03 18:56:46 -05:00
test_now.py Converted recently refactored templates tests to SimpleTestCase. 2014-12-03 18:56:46 -05:00
test_numpy.py Converted recently refactored templates tests to SimpleTestCase. 2014-12-03 18:56:46 -05:00
test_regroup.py Converted recently refactored templates tests to SimpleTestCase. 2014-12-03 18:56:46 -05:00
test_setup.py Converted recently refactored templates tests to SimpleTestCase. 2014-12-03 18:56:46 -05:00
test_simple_tag.py Converted recently refactored templates tests to SimpleTestCase. 2014-12-03 18:56:46 -05:00
test_spaceless.py Converted recently refactored templates tests to SimpleTestCase. 2014-12-03 18:56:46 -05:00
test_ssi.py Converted recently refactored templates tests to SimpleTestCase. 2014-12-03 18:56:46 -05:00
test_static.py Converted recently refactored templates tests to SimpleTestCase. 2014-12-03 18:56:46 -05:00
test_template_tag.py Converted recently refactored templates tests to SimpleTestCase. 2014-12-03 18:56:46 -05:00
test_url.py Converted recently refactored templates tests to SimpleTestCase. 2014-12-03 18:56:46 -05:00
test_verbatim.py Converted recently refactored templates tests to SimpleTestCase. 2014-12-03 18:56:46 -05:00
test_width_ratio.py Converted recently refactored templates tests to SimpleTestCase. 2014-12-03 18:56:46 -05:00
test_with.py Converted recently refactored templates tests to SimpleTestCase. 2014-12-03 18:56:46 -05:00
utils.py Fixed "no such test method" error in template_tests. 2014-12-03 13:04:23 +01:00