Tim Graham
|
2aa06e439a
|
[1.8.x] Refs #24324 -- Fixed Python 2 test failures when path to Django source contains non-ASCII characters.
Backport of 307c0f299a from master
|
2015-02-17 19:05:31 -05:00 |
Tim Graham
|
a8b70d251d
|
[1.8.x] Sorted imports with isort; refs #23860.
Backport of 0ed7d15563 from master
|
2015-02-09 14:24:06 -05:00 |
Tim Graham
|
663db8ea2a
|
[1.8.x] Removed usage of deprecated removetags in a template test.
Backport of b84100e8e2 from master
|
2015-01-18 18:33:56 -05:00 |
Tim Graham
|
9f51d0c86d
|
Fixed test from refs #23913 when running tests in reverse.
|
2015-01-12 13:20:44 -05:00 |
Ola Sitarska
|
d563e3be68
|
Fixed #23913 -- Deprecated the `=` comparison in `if` template tag.
|
2015-01-11 15:21:01 -05:00 |
Preston Timmons
|
de9ebdd39c
|
Fixed #24022 -- Deprecated the ssi tag.
|
2015-01-05 19:35:02 -05:00 |
Claude Paroz
|
51890ce889
|
Applied ignore_warnings to Django tests
|
2014-12-30 18:16:25 +01:00 |
Aymeric Augustin
|
92a2d049a2
|
Isolated template tests from Django settings.
|
2014-12-28 16:23:01 +01:00 |
Tim Graham
|
3bb52c5019
|
Refs #23890 -- Restored silencing of numpy DeprecationWarnings in template tests.
|
2014-12-06 11:27:15 -05:00 |
Preston Timmons
|
5c68870169
|
Fixed #23958 -- Rewrote filter tests as unit tests.
|
2014-12-06 10:57:46 -05:00 |
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 |
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 |
Preston Timmons
|
b872134bfc
|
Fixed #23768 -- Rewrote template tests as unit tests.
|
2014-12-02 19:18:35 -05:00 |