This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
django
mirror of
https://github.com/django/django.git
Watch
1
Star
0
Fork
You've already forked django
0
Code
Issues
24
Releases
Wiki
Activity
2cd19f3738
django
/
tests
/
template_tests
/
syntax_tests
History
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
…
test_autoescape.py
Fixed
#23768
-- Rewrote template tests as unit tests.
2014-12-02 19:18:35 -05:00
test_basic.py
…
test_builtins.py
Fixed
#23768
-- Rewrote template tests as unit tests.
2014-12-02 19:18:35 -05:00
test_cache.py
…
test_comment.py
…
test_cycle.py
…
test_exceptions.py
…
test_extends.py
…
test_filter_syntax.py
…
test_filter_tag.py
…
test_firstof.py
…
test_for.py
…
test_i18n.py
…
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
…
test_include.py
…
test_invalid_string.py
…
test_list_index.py
Fixed
#23768
-- Rewrote template tests as unit tests.
2014-12-02 19:18:35 -05:00
test_load.py
…
test_lorem.py
Fixed
#23768
-- Rewrote template tests as unit tests.
2014-12-02 19:18:35 -05:00
test_multiline.py
…
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
…
test_simple_tag.py
…
test_spaceless.py
Fixed
#23768
-- Rewrote template tests as unit tests.
2014-12-02 19:18:35 -05:00
test_ssi.py
…
test_static.py
…
test_template_tag.py
…
test_url.py
…
test_verbatim.py
…
test_width_ratio.py
…
test_with.py
…
utils.py
…