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