summaryrefslogtreecommitdiff
path: root/tests/regressiontests/templates/loaders.py
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2012-12-08Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz
2012-09-07[py3k] Silence many warnings while running the tests.Alex Gaynor
2012-08-08[py3] Used compatible imports of StringIO.Aymeric Augustin
2011-10-26Removed remains from times when tests could be run outside of runtests.py.Aymeric Augustin
2011-09-21Fixed #16866 -- Clearer error message if empty list is passed to select_templ...Carl Meyer
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-06-04Fixed import error that was causing EggLoader tests not to be runLuke Plant
2011-04-02Updates to the test suite to allow for newly deprecated and removed featuresRussell Keith-Magee
2011-02-20Ensure render_to_string leaves the context instance stack in the state it was...Chris Beaven
2010-11-11Fixed #14508 - test suite silences warnings.Luke Plant
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2010-10-11Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...Russell Keith-Magee
2010-09-12Modified the egg template loader tests; firstly to ensure that we are testing...Russell Keith-Magee
2010-05-21Fixed #13573 -- Corrected problem with template caching when template directo...Russell Keith-Magee
2009-05-17Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments...Karen Tracey
2008-07-29Fixed #7767 -- Fixed template egg loading test for Windows systems.Malcolm Tredinnick
2008-06-26Negligible formatting changes to tests/regressiontests/templates/loaders.pyAdrian Holovaty
2008-05-30Fixed a messy test case (regressiontests/templates/loaders) that could cause ...Jacob Kaplan-Moss
2008-05-29Fixed #6430 -- Corrected the loading of templates from eggs, which was broken...Russell Keith-Magee