django/tests/template_tests/syntax_tests
Berker Peksag adacbd64a0 Fixed "no such test method" error in template_tests.
Without this patch, you couldn't run an individual test
case in template_tests.

Refs #23768
2014-12-03 13:04:23 +01:00
..
__init__.py Fixed #23768 -- Rewrote template tests as unit tests. 2014-12-02 19:18:35 -05:00
test_autoescape.py Fixed #23768 -- Rewrote template tests as unit tests. 2014-12-02 19:18:35 -05:00
test_basic.py Fixed #23768 -- Rewrote template tests as unit tests. 2014-12-02 19:18:35 -05:00
test_builtins.py Fixed #23768 -- Rewrote template tests as unit tests. 2014-12-02 19:18:35 -05:00
test_cache.py Fixed #23768 -- Rewrote template tests as unit tests. 2014-12-02 19:18:35 -05:00
test_comment.py Fixed #23768 -- Rewrote template tests as unit tests. 2014-12-02 19:18:35 -05:00
test_cycle.py Fixed #23768 -- Rewrote template tests as unit tests. 2014-12-02 19:18:35 -05:00
test_exceptions.py Fixed #23768 -- Rewrote template tests as unit tests. 2014-12-02 19:18:35 -05:00
test_extends.py Fixed #23768 -- Rewrote template tests as unit tests. 2014-12-02 19:18:35 -05:00
test_filter_syntax.py Fixed #23768 -- Rewrote template tests as unit tests. 2014-12-02 19:18:35 -05:00
test_filter_tag.py Fixed #23768 -- Rewrote template tests as unit tests. 2014-12-02 19:18:35 -05:00
test_firstof.py Fixed #23768 -- Rewrote template tests as unit tests. 2014-12-02 19:18:35 -05:00
test_for.py Fixed #23768 -- Rewrote template tests as unit tests. 2014-12-02 19:18:35 -05:00
test_i18n.py Fixed #23768 -- Rewrote template tests as unit tests. 2014-12-02 19:18:35 -05:00
test_if.py Fixed #23768 -- Rewrote template tests as unit tests. 2014-12-02 19:18:35 -05:00
test_if_changed.py Fixed #23768 -- Rewrote template tests as unit tests. 2014-12-02 19:18:35 -05:00
test_if_equal.py Fixed #23768 -- Rewrote template tests as unit tests. 2014-12-02 19:18:35 -05:00
test_include.py Fixed #23768 -- Rewrote template tests as unit tests. 2014-12-02 19:18:35 -05:00
test_invalid_string.py Fixed #23768 -- Rewrote template tests as unit tests. 2014-12-02 19:18:35 -05:00
test_list_index.py Fixed #23768 -- Rewrote template tests as unit tests. 2014-12-02 19:18:35 -05:00
test_load.py Fixed #23768 -- Rewrote template tests as unit tests. 2014-12-02 19:18:35 -05:00
test_lorem.py Fixed #23768 -- Rewrote template tests as unit tests. 2014-12-02 19:18:35 -05:00
test_multiline.py Fixed #23768 -- Rewrote template tests as unit tests. 2014-12-02 19:18:35 -05:00
test_named_endblock.py Fixed #23768 -- Rewrote template tests as unit tests. 2014-12-02 19:18:35 -05:00
test_now.py Fixed #23768 -- Rewrote template tests as unit tests. 2014-12-02 19:18:35 -05:00
test_numpy.py Fixed #23768 -- Rewrote template tests as unit tests. 2014-12-02 19:18:35 -05:00
test_regroup.py Fixed #23768 -- Rewrote template tests as unit tests. 2014-12-02 19:18:35 -05:00
test_setup.py Fixed #23768 -- Rewrote template tests as unit tests. 2014-12-02 19:18:35 -05:00
test_simple_tag.py Fixed #23768 -- Rewrote template tests as unit tests. 2014-12-02 19:18:35 -05:00
test_spaceless.py Fixed #23768 -- Rewrote template tests as unit tests. 2014-12-02 19:18:35 -05:00
test_ssi.py Fixed #23768 -- Rewrote template tests as unit tests. 2014-12-02 19:18:35 -05:00
test_static.py Fixed #23768 -- Rewrote template tests as unit tests. 2014-12-02 19:18:35 -05:00
test_template_tag.py Fixed #23768 -- Rewrote template tests as unit tests. 2014-12-02 19:18:35 -05:00
test_url.py Fixed #23768 -- Rewrote template tests as unit tests. 2014-12-02 19:18:35 -05:00
test_verbatim.py Fixed #23768 -- Rewrote template tests as unit tests. 2014-12-02 19:18:35 -05:00
test_width_ratio.py Fixed #23768 -- Rewrote template tests as unit tests. 2014-12-02 19:18:35 -05:00
test_with.py Fixed #23768 -- Rewrote template tests as unit tests. 2014-12-02 19:18:35 -05:00
utils.py Fixed "no such test method" error in template_tests. 2014-12-03 13:04:23 +01:00