summaryrefslogtreecommitdiff
path: root/tests/template_tests/syntax_tests/test_numpy.py
AgeCommit message (Collapse)Author
2016-07-21[1.10.x] Fixed #26923 -- Fixed template_tests with numpy < 1.9.0.Raphaël Hertzog
Backport of 8e5cbc884f77c85b0edbc6206810643abaf589c9 from master
2016-07-09[1.10.x] Fixed numpy deprecation warning silencing in template_tests.Baptiste Mispelon
Backport of 418658f453bed7fe7949dda26651aab370003e6a from master
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
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-02Fixed #23768 -- Rewrote template tests as unit tests.Preston Timmons