summaryrefslogtreecommitdiff
path: root/tests/template_tests/syntax_tests
AgeCommit message (Collapse)Author
2015-02-24[1.8.x] Moved ifchanged tests into syntax_tests/test_if_changed.py.Preston Timmons
Backport of 3d8fee605184d8ffa47a32546298b52b52d7a087 from master
2015-02-24[1.8.x] Moved cache tests into syntax_tests/test_cache.py.Preston Timmons
Backport of f6d087b628a61a7b036cc468328497082031dc8e from master
2015-02-24[1.8.x] Moved include tests into syntax_tests/test_include.py.Preston Timmons
Backport of 06ffc764a9b2d2521e6a574d279b66ad411cc65c from master
2015-02-24[1.8.x] Moved ssi tests into syntax_tests/test_ssi.py.Preston Timmons
Backport of 441a47e1efd46001ca454b80e0d5f8c5ea4e235b from master
2015-02-17[1.8.x] Refs #24324 -- Fixed Python 2 test failures when path to Django ↵Tim Graham
source contains non-ASCII characters. Backport of 307c0f299a6c26f5231d3516df5b4edc54b36553 from master
2015-02-09[1.8.x] Sorted imports with isort; refs #23860.Tim Graham
Backport of 0ed7d155635da9f79d4dd67e4889087d3673c6da from master
2015-01-18[1.8.x] Removed usage of deprecated removetags in a template test.Tim Graham
Backport of b84100e8e22b175b62ce849acbcf1fa9a1e0e5b8 from master
2015-01-12Fixed test from refs #23913 when running tests in reverse.Tim Graham
2015-01-11Fixed #23913 -- Deprecated the `=` comparison in `if` template tag.Ola Sitarska
2015-01-05Fixed #24022 -- Deprecated the ssi tag.Preston Timmons
2014-12-30Applied ignore_warnings to Django testsClaude Paroz
2014-12-28Isolated template tests from Django settings.Aymeric Augustin
2014-12-06Refs #23890 -- Restored silencing of numpy DeprecationWarnings in template ↵Tim Graham
tests.
2014-12-06Fixed #23958 -- Rewrote filter tests as unit tests.Preston Timmons
2014-12-03Converted recently refactored templates tests to SimpleTestCase.Ramiro Morales
These test methods don't need DB setup/teardown. Refs #23768 and b872134b.
2014-12-03Fixed "no such test method" error in template_tests.Berker Peksag
Without this patch, you couldn't run an individual test case in template_tests. Refs #23768
2014-12-02Fixed #23768 -- Rewrote template tests as unit tests.Preston Timmons