summaryrefslogtreecommitdiff
path: root/tests/regressiontests/test_utils
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2013-01-31Deprecated undocumented warnings manipulation testing tools.Ramiro Morales
2012-12-13Fixed #19462 -- Made assertQuerysetEqual detect undefined orderingAnssi Kääriäinen
2012-10-15Fixed assertXMLEqual when first node was a commentClaude Paroz
2012-10-06Added assertXML[Not]Equal assertionsClaude Paroz
2012-09-26Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mailAdrien Lemaire
2012-09-07[py3k] Silence many warnings while running the tests.Alex Gaynor
2012-08-16[py3] Fixed test_utils tests of doctests.Aymeric Augustin
2012-08-08[py3] Used compatible imports of StringIO.Aymeric Augustin
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-04-29Fixed #18023 -- Removed bundled simplejson.Aymeric Augustin
2012-04-11Fixed #18027 -- Removed an HTMLParser test that doesn't raise any more in rec...Claude Paroz
2012-03-30Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...Claude Paroz
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