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
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