summaryrefslogtreecommitdiff
path: root/tests/regressiontests/test_utils
AgeCommit message (Expand)Author
2012-02-10Fixed #17640 -- Avoided a DeprecationWarning in the test suite. Thanks zsicia...Aymeric Augustin
2012-02-03Made a bunch more edits up until [17418]Adrian Holovaty
2012-01-31Fixed #16921 -- Added assertHTMLEqual and assertHTMLNotEqual assertions, and ...Carl Meyer
2012-01-31Fixed #17604 - Added context-manager capability to assertTemplateUsed and ass...Carl Meyer
2012-01-07Fixed #17499 -- Ensured assertFieldOutput works for fields that customize the...Aymeric Augustin
2011-10-13Convert the remainder of the relative imports in the tests to be absolute imp...Alex Gaynor
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2011-08-23Fixed #15838 -- Promoted assertFieldOutput to a general test utility. Thanks ...Russell Keith-Magee
2011-08-13Fixed #14503 -- Unified multiple implementations of test cases assert* method...Ramiro Morales
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-06-11Added file forgotten in r16369.Ramiro Morales
2011-06-11Fixed #14049 -- Made our TestCase subclasses not load database fixtures (nor ...Ramiro Morales
2011-04-02Modified some regression tests to make them independent of the default root u...Russell Keith-Magee
2011-03-28Move the Python 2.5 specific tests out of their own special files now that 2....Alex Gaynor
2011-01-20Fixed #14774 -- the test client and assertNumQueries didn't work well togethe...Alex Gaynor
2010-11-21Fixed #14749 -- added support for using Django's file object as context manag...Alex Gaynor
2010-11-11Fixed #14508 - test suite silences warnings.Luke Plant
2010-10-31Ensure that assertNumQueries doesn't swallow exceptions inside the function.Alex Gaynor
2010-10-30Rewrote a test assertion so that it doesn't fail under Python 2.7. Thanks to ...Russell Keith-Magee
2010-10-17Corrected the skipIfDBFeature and skipUnlessDBFeature decorators to actually ...Russell Keith-Magee
2010-10-17Corrected a suite of test failures when running under postgres.Alex Gaynor
2010-10-12Fixed #5416 -- Added TestCase.assertNumQueries, which tests that a given func...Alex Gaynor
2008-07-20Made the test case for doctest comparison of XML fragments a little more rigo...Russell Keith-Magee
2008-07-20Fixed #7441 -- Removed some of the shortcuts in the doctest output comparator...Russell Keith-Magee
2008-07-19Fixed #7441 - Improved the doctest OutputChecker to be more lenient with JSON...Russell Keith-Magee