Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/test
Commit message (Expand)AuthorAgeFilesLines
* Fixed #20404 -- Added a keys() method to ContextList.Chris Wilson2013-05-311-0/+10
* Fixed #20503 - Moved doctest utilities in with the rest o...Carl Meyer2013-05-272-79/+70
* Fixed #11603 - Added django.test.SimpleTestCase.assertFor...Tim Graham2013-05-271-0/+77
* Fixed #19866 -- Added security logger and return 400 for ...Preston Holmes2013-05-261-0/+20
* Fixed #20004 -- Moved non DB-related assertions to Simple...Ramiro Morales2013-05-191-256/+259
* Fixed #20142 -- Added error handling for fixture setupFilipa Andrade2013-05-181-7/+11
* Moved IgnorePendingDeprecationWarningsMixin in django.tes...Aymeric Augustin2013-05-181-0/+21
* Fixed #17365, #17366, #18727 -- Switched to discovery tes...Carl Meyer2013-05-114-200/+321
* Systematically imported wraps from functoolsClaude Paroz2013-05-041-1/+1
* Modified test_utils to work with unittest2 discovery.Preston Timmons2013-04-121-9/+10
* Fixed #20237 (again) Allowed binary parameter to assertCo...Claude Paroz2013-04-121-4/+10
* Fixed #20237 -- Reenabled assertContains with binary para...Claude Paroz2013-04-111-4/+9
* Removed site cache clearing in TestCase._fixture_setupClaude Paroz2013-03-301-3/+0
* Fixed spelling errorsGavin Wahl2013-03-281-1/+1
* Fixed #18985 -- ensure module level deprecations are disp...Preston Holmes2013-03-251-13/+0
* Fixed #19541 -- Fixed BaseHandler to enable reversing URL...Loic Bistuer2013-03-241-1/+3
* Fixed #18003 -- Preserved tracebacks when re-raising errors.konarkmodi2013-03-191-2/+2
* Stopped using non-standard __globals__ and __code__ attri...Aymeric Augustin2013-03-171-2/+2
* Fixed memory leak in testsAnssi Kääriäinen2013-03-171-1/+1
* Abused atomic for transaction handling in TestCase.Aymeric Augustin2013-03-111-7/+9
* Deprecated transaction.commit/rollback_unless_managed.Aymeric Augustin2013-03-111-18/+1
* Added an API to control database-level autocommit.Aymeric Augustin2013-03-111-0/+3
* Made transaction.managed a no-op and deprecated it.Aymeric Augustin2013-03-111-4/+0
* Fixed #19997 -- Added custom EMPTY_VALUES to form fieldsClaude Paroz2013-03-071-3/+2
* Added a context manager to capture queries while testing.Simon Charette2013-03-022-24/+50
* Implemented persistent database connections.Aymeric Augustin2013-02-281-5/+7
* Fixed #19634 -- Added proper __hash__ methods.Aymeric Augustin2013-02-251-1/+2
* Added a new required ALLOWED_HOSTS setting for HTTP host ...Carl Meyer2013-02-191-0/+6
* Fixed #19833 -- Fixed import parameter encoding in get_ru...Claude Paroz2013-02-161-3/+4
* Fixed #18558 -- Added url property to HttpResponseRedirect*Hiroki Kiyohara2013-02-132-2/+2
* Fixed #19707 -- Reset transaction state after requestsAnssi Kääriäinen2013-02-101-0/+3
* Fixed #17797 -- Enabled support for PATCH requests in the...Julien Phalip2013-02-031-0/+16
* Merge pull request #690 from rafales/ticket_19711Aymeric Augustin2013-01-311-1/+1
|\
| * Fixed #19711 -- Typo in __all__ declaration in django/tes...Rafal Stozek2013-01-311-1/+1
* | Deprecated undocumented warnings manipulation testing tools.Ramiro Morales2013-01-312-7/+21
|/
* Fixed #19546 - ensure that deprecation warnings are shown...Preston Holmes2013-01-091-0/+13
* Fixed #19519 again -- Regression in LiveServerTestCase af...Aymeric Augustin2013-01-013-14/+11
* Fixed #19519 -- Fired request_finished in the WSGI iterab...Aymeric Augustin2012-12-312-14/+29
* Fixed HTML comparisons of class="foo bar" and class="bar ...Luke Plant2012-12-241-0/+8
* Add assertJSONEqual method to TestCaseIan Clelland2012-12-241-0/+12
* Add assertInHTML method to TestCaseIan Clelland2012-12-241-0/+14
* Fixed #19468 -- Decoded request.path correctly on Python 3.Aymeric Augustin2012-12-221-1/+5
* Fixed #19487 -- Used str in the test client's WSGI environ.Aymeric Augustin2012-12-221-23/+23
* Fixed #19462 -- Made assertQuerysetEqual detect undefined...Anssi Kääriäinen2012-12-131-0/+6
* Enabled SimpleTestCase to be decorated by override_settingsClaude Paroz2012-11-252-32/+38
* Fixed #18417 -- Raised exception when unittest.TestCase i...Claude Paroz2012-11-251-1/+5
* Fixed #19355 -- Improved LiveServerThread's handling of e...Julien Phalip2012-11-251-0/+1
* Fixed #19343 -- Deadlock with TransactionTestCase + TEST_...Aymeric Augustin2012-11-241-23/+14
* Fixed #18984 -- Avoided a deadlock in test teardown.Aymeric Augustin2012-11-221-0/+6
* Fixed #19296 -- Applied test connection sharing for spati...Claude Paroz2012-11-161-2/+2