index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
regressiontests
/
test_utils
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2013-01-31
Deprecated undocumented warnings manipulation testing tools.
Ramiro Morales
2012-12-13
Fixed #19462 -- Made assertQuerysetEqual detect undefined ordering
Anssi Kääriäinen
2012-10-15
Fixed assertXMLEqual when first node was a comment
Claude Paroz
2012-10-06
Added assertXML[Not]Equal assertions
Claude Paroz
2012-09-26
Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail
Adrien 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-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-04-29
Fixed #18023 -- Removed bundled simplejson.
Aymeric Augustin
2012-04-11
Fixed #18027 -- Removed an HTMLParser test that doesn't raise any more in rec...
Claude Paroz
2012-03-30
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...
Claude Paroz
2012-02-10
Fixed #17640 -- Avoided a DeprecationWarning in the test suite. Thanks zsicia...
Aymeric Augustin
2012-02-03
Made a bunch more edits up until [17418]
Adrian Holovaty
2012-01-31
Fixed #16921 -- Added assertHTMLEqual and assertHTMLNotEqual assertions, and ...
Carl Meyer
2012-01-31
Fixed #17604 - Added context-manager capability to assertTemplateUsed and ass...
Carl Meyer
2012-01-07
Fixed #17499 -- Ensured assertFieldOutput works for fields that customize the...
Aymeric Augustin
2011-10-13
Convert the remainder of the relative imports in the tests to be absolute imp...
Alex Gaynor
2011-09-11
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...
Ramiro Morales
2011-08-23
Fixed #15838 -- Promoted assertFieldOutput to a general test utility. Thanks ...
Russell Keith-Magee
2011-08-13
Fixed #14503 -- Unified multiple implementations of test cases assert* method...
Ramiro Morales
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-06-11
Added file forgotten in r16369.
Ramiro Morales
2011-06-11
Fixed #14049 -- Made our TestCase subclasses not load database fixtures (nor ...
Ramiro Morales
2011-04-02
Modified some regression tests to make them independent of the default root u...
Russell Keith-Magee
2011-03-28
Move the Python 2.5 specific tests out of their own special files now that 2....
Alex Gaynor
2011-01-20
Fixed #14774 -- the test client and assertNumQueries didn't work well togethe...
Alex Gaynor
2010-11-21
Fixed #14749 -- added support for using Django's file object as context manag...
Alex Gaynor
2010-11-11
Fixed #14508 - test suite silences warnings.
Luke Plant
2010-10-31
Ensure that assertNumQueries doesn't swallow exceptions inside the function.
Alex Gaynor
2010-10-30
Rewrote a test assertion so that it doesn't fail under Python 2.7. Thanks to ...
Russell Keith-Magee
2010-10-17
Corrected the skipIfDBFeature and skipUnlessDBFeature decorators to actually ...
Russell Keith-Magee
2010-10-17
Corrected a suite of test failures when running under postgres.
Alex Gaynor
2010-10-12
Fixed #5416 -- Added TestCase.assertNumQueries, which tests that a given func...
Alex Gaynor
2008-07-20
Made the test case for doctest comparison of XML fragments a little more rigo...
Russell Keith-Magee
2008-07-20
Fixed #7441 -- Removed some of the shortcuts in the doctest output comparator...
Russell Keith-Magee
2008-07-19
Fixed #7441 - Improved the doctest OutputChecker to be more lenient with JSON...
Russell Keith-Magee