summaryrefslogtreecommitdiff
path: root/django/test
AgeCommit message (Expand)Author
2012-11-25[1.5.x] Enabled SimpleTestCase to be decorated by override_settingsClaude Paroz
2012-11-25[1.5.x] Fixed #18417 -- Raised exception when unittest.TestCase is decorated ...Claude Paroz
2012-11-25[1.5.x] Fixed #19355 -- Improved LiveServerThread's handling of exceptions. T...Julien Phalip
2012-11-24[1.5.x] Fixed #19343 -- Deadlock with TransactionTestCase + TEST_MIRROR + mul...Aymeric Augustin
2012-11-22[1.5.x] Fixed #18984 -- Avoided a deadlock in test teardown.Aymeric Augustin
2012-11-16[1.5.x] Fixed #19296 -- Applied test connection sharing for spatialiteClaude Paroz
2012-10-30[1.5.x] Fixed #17744 -- Reset default file storage with setting_changed signalClaude Paroz
2012-10-24Fixed #13222 -- Made HttpResponse iterable onceAymeric Augustin
2012-10-20Fixed #7581 -- Added streaming responses.Aymeric Augustin
2012-10-20Fixed #19094 -- Improved FakePayload to support write, len and string inputClaude Paroz
2012-10-15Fixed assertXMLEqual when first node was a commentClaude Paroz
2012-10-10Use renamed threading event API in Python 3.3Ian Clelland
2012-10-06Added assertXML[Not]Equal assertionsClaude Paroz
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-09-18Fixed #18980 -- Fixed assertContains regression when passed an objectJeremy Dunck
2012-09-15Fixed #17948 -- Isolated auth tests from custom template loadersClaude Paroz
2012-09-07[py3k] Silence many warnings while running the tests.Alex Gaynor
2012-08-29Replaced many smart_bytes by force_bytesClaude Paroz
2012-08-21Fixed #18196 -- Improved loaddata error messages.Claude Paroz
2012-08-16Fixed Python version check in testcases.pyClaude Paroz
2012-08-16[py3] Avoided relying on 2.x-only internalsAymeric Augustin
2012-08-15Allow tests using a LiveServer to get closer to working.Alex Gaynor
2012-08-14[py3] Favoured unicode strings in assert(Not)ContainsClaude Paroz
2012-08-13[py3] Fixed content encoding in test clientClaude Paroz
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin
2012-08-11[py3] Fixed reraising of exceptionsClaude Paroz
2012-08-11[py3] Fixed str_prefix test utilityClaude Paroz
2012-08-08[py3] Made Element instances hashableClaude Paroz
2012-08-08Fix TestCase.assertQuerysetEqual on python 3, this is needed for a large numb...Alex Gaynor
2012-08-07[py3] Ported django.test.doctest.Aymeric Augustin
2012-08-07[py3] Applied minor fixes so the test suite startsAymeric Augustin
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-07-24Fixed #18271 -- Changed stage at which TransactionTestCase flushes DB tables.Ramiro Morales
2012-07-22[py3] Switched to Python 3-compatible imports.Aymeric Augustin
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-22[py3] Replaced basestring by six.string_types.Aymeric Augustin
2012-07-22[py3] Fixed remaining Python 3 syntax errors.Aymeric Augustin
2012-07-22[py3] Switched to Python 3-compatible introspection.Aymeric Augustin
2012-07-22[py3] Used six.reraise wherever necessary.Aymeric Augustin
2012-07-21Made LiveServerTestCase to restore state on exit.Ramiro Morales
2012-07-21Fixed #18395 -- Reset language-related global variables with setting_changedClaude Paroz
2012-06-09Reverted 905e33f, now that DatabaseFeatures does not need confirmClaude Paroz
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-05-25Fixed #17371 -- Made the test client more flexibleAymeric Augustin
2012-05-05Replaced cStringIO.StringIO by io.BytesIO.Claude Paroz
2012-05-05Made more extensive usage of context managers with open.Claude Paroz
2012-05-01Skip model validation when models are known good.Anssi Kääriäinen
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz