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
/
django
/
test
Age
Commit message (
Expand
)
Author
2012-03-15
Reverted r16386 because it replaced a brittle method with another not less
Ramiro Morales
2012-03-13
Fixed #17882 (again) -- Updated the database connections' time zone when time...
Aymeric Augustin
2012-03-13
Fixed #17895 -- Made override_settings send the setting_changed signal both w...
Aymeric Augustin
2012-03-13
Fixed #17882 -- Reopened the database connection when a test changes time zon...
Aymeric Augustin
2012-03-01
Fixed #17730 - Renamed django.utils.htmlparser to django.utils.html_parser to...
Carl Meyer
2012-02-03
Made a bunch more edits up until [17418]
Adrian Holovaty
2012-02-01
Improved the fix of r17416 so it actually works on all platforms. Refs #17469.
Aymeric Augustin
2012-02-01
Fixed #17469 -- Prevented a double URL-to-filesystem path translation in the ...
Aymeric Augustin
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-30
Fixed #10868 -- Stopped restoring database connections after the tests' execu...
Julien Phalip
2012-01-20
Fixed #16885 -- Confirmed features of mirror databases when setting up test d...
Aymeric Augustin
2012-01-07
Fixed #17499 -- Ensured assertFieldOutput works for fields that customize the...
Aymeric Augustin
2011-12-29
Added the ability to specify multiple ports available for the `LiveServerTest...
Julien Phalip
2011-12-22
Fixed #2879 -- Added support for the integration with Selenium and other in-b...
Julien Phalip
2011-11-27
Fixed #16040 -- Preserved scheme, host and port in the test client when follo...
Aymeric Augustin
2011-10-22
Fixed #15826 -- Made `assertContains` and `assertNotContains` work with `Simp...
Julien Phalip
2011-10-18
Fixed #17067 -- reverted some backwards-incompatible changes from r16933 and ...
Aymeric Augustin
2011-10-08
Fixed #17011 - Made override_settings modify a decorated class in-place rathe...
Carl Meyer
2011-10-06
Fixed #16705 - Made the test client adhere to the WSGI spec -- in particular,...
Aymeric Augustin
2011-10-05
Fixed #16990 -- Fixed a couple of small docstring typos in the `django/test/t...
Julien Phalip
2011-09-04
Also copy `__module__` to our dynamically created TestCase subclass when over...
Ramiro Morales
2011-08-23
Add the ability to do unordered comparisons in assertQuerysetEqual.
Malcolm Tredinnick
2011-08-23
Fixed #15838 -- Promoted assertFieldOutput to a general test utility. Thanks ...
Russell Keith-Magee
2011-08-23
Fixed #10571 -- Factored out the payload encoding code to make sure it is use...
Russell Keith-Magee
2011-08-23
Fixed #16672 -- Ensure that test classes decorated with @override_setings get...
Russell Keith-Magee
2011-08-13
Fixed #14503 -- Unified multiple implementations of test cases assert* method...
Ramiro Morales
2011-08-12
Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl.
Jannis Leidel
2011-08-10
Made override_settings also work with TransactionTestCase when acting as a cl...
Ramiro Morales
2011-08-02
Fixed #16372 -- Changed strategy implemented in r16369 to fix #14049 to avoid...
Ramiro Morales
2011-07-29
Fixed #16437 -- Removed old code comment from testcases module. Thanks, teraom.
Jannis Leidel
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-07-10
Fixed #16447 -- Stopped using the setting name as the sender parameter for th...
Jannis Leidel
2011-06-14
Fixed #16239 -- Removed stale entry in django.test.simple.__all__. Thanks, me...
Jannis Leidel
2011-06-12
Fixed #7836 -- Modified strategy used by the test client to check for session...
Ramiro Morales
2011-06-12
Fixed #12658 -- Fixed test discovery so ImportErrors aren't ignored when both...
Ramiro Morales
2011-06-11
Fixed #16224 -- Fixed override_settings test utility to correctly work with T...
Jannis Leidel
2011-06-11
Fixed #14049 -- Made our TestCase subclasses not load database fixtures (nor ...
Ramiro Morales
2011-06-10
Fixed #16185, #15675 -- Added the ability for test runners to define custom o...
Russell Keith-Magee
2011-05-29
Fixed #11436 -- Updated bundled copy of doctests.py to the one shipped with P...
Ramiro Morales
2011-05-18
Fixed #15561 -- Extended test setting override code added in r16165 with a de...
Jannis Leidel
2011-05-06
Added TestCase.settings context manager to easily override settings in test m...
Jannis Leidel
2011-04-17
Fixes #15814 -- Added a test util to abstract the process of using a test tem...
Chris Beaven
2011-04-02
Advanced deprecations in django.test.
Russell Keith-Magee
2011-04-02
Removed a usage of the depreacted SMTPConnection in test.utils.
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-03-28
Removed a bunch more Python 2.4 workarounds now that we don't support that ve...
Adrian Holovaty
2011-03-18
Fixed #15368 -- Ensure that raw unittest TestCase instances can be invoked in...
Russell Keith-Magee
2011-03-14
Fixed #15609 -- Fixed some 'raise' statements to use the newer style syntax. ...
Adrian Holovaty
2011-02-21
Fix broken tests due to changes in r15591 by updating the test store_rendered...
Chris Beaven
[next]