Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/test/testcases.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25668 -- Misc spelling errorsVille Skyttä2015-11-031-1/+1
* Fixed #25611 -- Standardized descriptor signatures.Tim Graham2015-10-261-1/+1
* Refs #21977 -- Removed SimpleTestCase.urls per deprecatio...Tim Graham2015-09-241-28/+3
* Introduced a mixin for serializing tests.Aymeric Augustin2015-09-091-0/+29
* Allowed a port range for the liveserver by default.Aymeric Augustin2015-09-091-1/+1
* Refs #25328 -- Refactored LiveServerTestCase to make it e...Jakub Gocławski2015-09-071-5/+14
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-1/+0
* Fixed #23727 -- Inhibited the post_migrate signal when us...Tommy Beadle2015-08-241-1/+10
* Fixed #25191 -- Added string diff to SimpleTestCase.asser...Caio Ariede2015-08-041-0/+7
* Fixed #25176 -- Prevented TestCase.setUpTestData() except...Adam Chainz2015-08-011-1/+5
* Fixed #25188 -- Improved message raised by SimpleTestCase...Tim Graham2015-07-311-6/+20
* Fixed #25190 -- Deprecated callable_obj parameter to asse...Tim Graham2015-07-301-0/+4
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-5/+5
* Refs #24965 -- Added changes from accidentally reverted f...Moritz Sichert2015-06-131-3/+4
* Fixed #24652 -- Disallowed query execution in SimpleTestC...Simon Charette2015-05-201-0/+29
* Added backwards compatibility for assertRaisesMessage cal...Tim Graham2015-05-181-0/+4
* Refs #23763 -- Silenced SimpleTestCase.assertRaisesMessag...Tim Graham2015-05-161-5/+3
* Fixed #19259 -- Added group by selected primary keys supp...Simon Charette2015-03-301-0/+10
* Fixed #23960 -- Removed http.fix_location_headerClaude Paroz2015-03-181-7/+21
* Simplified emit_post_migrate from flush commandClaude Paroz2015-02-281-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-11/+14
* Removed old import aliases.Tim Graham2015-02-061-1/+0
* Called parent in SimpleTestCase.setUpClass/tearDownClass.Aymeric Augustin2015-02-051-0/+2
* Removed extraneous super call in LiveServerTestCaseClaude Paroz2015-01-031-2/+0
* Fixed #12118 -- Added shared cache support to SQLite in-m...Andriy Sokolovskiy2014-12-301-5/+3
* Refs #20392 -- Load fixtures once within TestCaseThomas Chaumeny2014-12-121-29/+31
* Fixed #20392 -- Added TestCase.setUpTestData()Thomas Chaumeny2014-12-031-15/+59
* Fixed negligible formatting error.Aymeric Augustin2014-11-101-0/+1
* Removed legacy code from old transaction systemThomas Chaumeny2014-11-101-24/+1
* Fixed #23300 -- Made assertTemplateUsed throw an error on...Davide Ceretti2014-11-031-0/+6
* Fixed #21281 -- Made override_settings act at class level...Thomas Chaumeny2014-11-031-12/+21
* Removed redundant skip_checks option for call_commandClaude Paroz2014-10-201-4/+2
* Fixed #23567 -- Made assertQuerysetEqual check Counter eq...Thomas Chaumeny2014-09-291-1/+2
* Allowed skipIf/UnlessDBFeature to accept several feature ...Claude Paroz2014-08-261-8/+12
* Replaced HAS_SPATIALREFSYS by a database featureClaude Paroz2014-08-231-2/+2
* Fixed #10190 -- Made HttpResponse charset customizable.Unai Zalakain2014-08-191-2/+2
* Fixed flake8 error.Tim Graham2014-06-091-1/+0
* Fixed #22487: Optional rollback emulation for migrated appsAndrew Godwin2014-06-091-0/+19
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-261-2/+1
* Fixed #22465 -- New assertion assertJSONNotEqualamatellanes2014-04-181-0/+22
* Fixed #22369 -- Added count parameter to assertTemplateUsedJacob R. Rothenbuhler2014-04-141-1/+7
* Used more specific test assertions.Aymeric Augustin2014-04-091-2/+2
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-0/+7
* Fixed typo in docstring.Tim Graham2014-03-311-1/+1
* Removed legacy transaction management per the deprecation...Aymeric Augustin2014-03-211-10/+1
* Reorganized the database test settingsShai Berger2014-03-091-1/+1
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Allowed a message to be passed to assertQuerysetEqual to ...Chris Bailey2014-02-101-3/+3
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-201-3/+3
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-6/+6