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
/
testcases.py
Age
Commit message (
Expand
)
Author
2013-03-02
Added a context manager to capture queries while testing.
Simon Charette
2013-02-13
Fixed #18558 -- Added url property to HttpResponseRedirect*
Hiroki Kiyohara
2013-02-10
Fixed #19707 -- Reset transaction state after requests
Anssi Kääriäinen
2013-01-31
Deprecated undocumented warnings manipulation testing tools.
Ramiro Morales
2013-01-01
Fixed #19519 again -- Regression in LiveServerTestCase after fd1279a4.
Aymeric Augustin
2012-12-24
Add assertJSONEqual method to TestCase
Ian Clelland
2012-12-24
Add assertInHTML method to TestCase
Ian Clelland
2012-12-13
Fixed #19462 -- Made assertQuerysetEqual detect undefined ordering
Anssi Kääriäinen
2012-11-25
Enabled SimpleTestCase to be decorated by override_settings
Claude Paroz
2012-11-25
Fixed #19355 -- Improved LiveServerThread's handling of exceptions. Thanks to...
Julien Phalip
2012-11-24
Fixed #19343 -- Deadlock with TransactionTestCase + TEST_MIRROR + multi_db.
Aymeric Augustin
2012-11-22
Fixed #18984 -- Avoided a deadlock in test teardown.
Aymeric Augustin
2012-11-16
Fixed #19296 -- Applied test connection sharing for spatialite
Claude Paroz
2012-10-24
Fixed #13222 -- Made HttpResponse iterable once
Aymeric Augustin
2012-10-20
Fixed #7581 -- Added streaming responses.
Aymeric Augustin
2012-10-10
Use renamed threading event API in Python 3.3
Ian Clelland
2012-10-06
Added assertXML[Not]Equal assertions
Claude Paroz
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-09-18
Fixed #18980 -- Fixed assertContains regression when passed an object
Jeremy Dunck
2012-09-07
[py3k] Silence many warnings while running the tests.
Alex Gaynor
2012-08-29
Replaced many smart_bytes by force_bytes
Claude Paroz
2012-08-16
Fixed Python version check in testcases.py
Claude Paroz
2012-08-16
[py3] Avoided relying on 2.x-only internals
Aymeric Augustin
2012-08-15
Allow tests using a LiveServer to get closer to working.
Alex Gaynor
2012-08-14
[py3] Favoured unicode strings in assert(Not)Contains
Claude Paroz
2012-08-08
Fix TestCase.assertQuerysetEqual on python 3, this is needed for a large numb...
Alex Gaynor
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-07-24
Fixed #18271 -- Changed stage at which TransactionTestCase flushes DB tables.
Ramiro Morales
2012-07-22
[py3] Updated urllib/urllib2/urlparse imports.
Aymeric Augustin
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-07-21
Made LiveServerTestCase to restore state on exit.
Ramiro Morales
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-01
Skip model validation when models are known good.
Anssi Kääriäinen
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-29
Fixed #18023 -- Removed bundled simplejson.
Aymeric Augustin
2012-03-30
Removed some Python < 2.6 compatibility code. Refs #17965.
Aymeric Augustin
2012-03-30
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...
Claude Paroz
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-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-10-22
Fixed #15826 -- Made `assertContains` and `assertNotContains` work with `Simp...
Julien Phalip
2011-10-05
Fixed #16990 -- Fixed a couple of small docstring typos in the `django/test/t...
Julien Phalip
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-13
Fixed #14503 -- Unified multiple implementations of test cases assert* method...
Ramiro Morales
[prev]
[next]