This website requires JavaScript.
Explore
Help
Sign In
test0908
/
django
Watch
1
Star
0
Fork
You've already forked django
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
3fcca0e947
django
/
tests
/
regressiontests
/
test_utils
History
Adrien Lemaire
2c8267bf3d
Fixed
#17899
-- Rewrote [Ee]-mail to [Ee]mail
2012-09-26 14:14:51 +02:00
..
fixtures
Added file forgotten in r16369.
2011-06-11 18:48:09 +00:00
templates
/template_used
Fixed
#17604
- Added context-manager capability to assertTemplateUsed and assertTemplateNotUsed. Thanks Greg Müllegger.
2012-01-31 19:23:09 +00:00
__init__.py
Fixed
#7441
- Improved the doctest OutputChecker to be more lenient with JSON an XML outputs. This is required so that output ordering that doesn't matter at a semantic level (such as the order of keys in a JSON dictionary, or attributes in an XML element) isn't caught as a test failure. Thanks to Leo Soto for the patch.
2008-07-19 14:46:55 +00:00
models.py
Fixed
#5416
-- Added TestCase.assertNumQueries, which tests that a given function executes the correct number of queries.
2010-10-12 03:33:19 +00:00
tests.py
Fixed
#17899
-- Rewrote [Ee]-mail to [Ee]mail
2012-09-26 14:14:51 +02:00
urls.py
Convert the remainder of the relative imports in the tests to be absolute imports.
2011-10-13 21:34:56 +00:00
views.py
Convert the remainder of the relative imports in the tests to be absolute imports.
2011-10-13 21:34:56 +00:00