summaryrefslogtreecommitdiff
path: root/django/test/testcases.py
AgeCommit message (Expand)Author
2017-01-11Refs #16614 -- Made QuerySet.iterator() use server-side cursors on PostgreSQL.François Freitag
2016-12-07Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.Tim Graham
2016-09-13Fixed #27214 -- Made skip db features decorators respect wrapping order and i...Simon Charette
2016-08-19Fixed #22414 -- Ensured that LiveServerTestCase closes connections.Chris Jerdonek
2016-08-17Fixed #27077 -- Made SQLite's in-memory database checks DRYer.Chris Jerdonek
2016-08-01Fixed #26976 -- Added LiveServerTestCase.server_thread_class to ease subclass...Chris Jerdonek
2016-07-21Fixed #26922 -- Fixed SimpleTestCase.assertHTMLEqual() crash on Python 3.5+.Dmitry Dygalo
2016-06-23Fixed #26791 -- Replaced LiveServerTestCase port ranges with binding to port 0.Tim Graham
2016-06-20Refs #26666 -- Added ALLOWED_HOSTS validation when running tests.Tobias McNulty
2016-06-02Refs #26666 -- Fixed test failures caused by assertRedirects changes (#6701)Tobias McNulty
2016-06-02Fixed #26666 -- Added more useful error message to assertRedirectsTobias McNulty
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2016-04-04Fixed W503 flake8 warnings.Tim Graham
2016-04-02Fixed #26428 -- Added support for relative path redirects in assertRedirects().Tim Graham
2016-02-13Fixed #11665 -- Made TestCase check deferrable constraints after each test.Jon Dufresne
2016-02-08Removed obsolete comment.knbk
2015-12-31Fixed #26011 -- Prevented random LiveServerTestCase test failures on Windows.Marten Kenbeek
2015-11-03Fixed #25668 -- Misc spelling errorsVille Skyttä
2015-10-26Fixed #25611 -- Standardized descriptor signatures.Tim Graham
2015-09-23Refs #21977 -- Removed SimpleTestCase.urls per deprecation timeline.Tim Graham
2015-09-09Introduced a mixin for serializing tests.Aymeric Augustin
2015-09-09Allowed a port range for the liveserver by default.Aymeric Augustin
2015-09-07Refs #25328 -- Refactored LiveServerTestCase to make it extensible.Jakub Gocławski
2015-08-31Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant
2015-08-24Fixed #23727 -- Inhibited the post_migrate signal when using serialized_rollb...Tommy Beadle
2015-08-04Fixed #25191 -- Added string diff to SimpleTestCase.assertXMLEqual() message.Caio Ariede
2015-08-01Fixed #25176 -- Prevented TestCase.setUpTestData() exception from leaking tra...Adam Chainz
2015-07-31Fixed #25188 -- Improved message raised by SimpleTestCase.assertRaisesMessage().Tim Graham
2015-07-30Fixed #25190 -- Deprecated callable_obj parameter to assertRaisesMessage().Tim Graham
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-06-12Refs #24965 -- Added changes from accidentally reverted file for last commit.Moritz Sichert
2015-05-20Fixed #24652 -- Disallowed query execution in SimpleTestCase subclasses.Simon Charette
2015-05-18Added backwards compatibility for assertRaisesMessage callable_obj param.Tim Graham
2015-05-16Refs #23763 -- Silenced SimpleTestCase.assertRaisesMessage() deprecation warn...Tim Graham
2015-03-29Fixed #19259 -- Added group by selected primary keys support.Simon Charette
2015-03-18Fixed #23960 -- Removed http.fix_location_headerClaude Paroz
2015-02-28Simplified emit_post_migrate from flush commandClaude Paroz
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-05Removed old import aliases.Tim Graham
2015-02-05Called parent in SimpleTestCase.setUpClass/tearDownClass.Aymeric Augustin
2015-01-03Removed extraneous super call in LiveServerTestCaseClaude Paroz
2014-12-30Fixed #12118 -- Added shared cache support to SQLite in-memory testing.Andriy Sokolovskiy
2014-12-12Refs #20392 -- Load fixtures once within TestCaseThomas Chaumeny
2014-12-03Fixed #20392 -- Added TestCase.setUpTestData()Thomas Chaumeny
2014-11-10Fixed negligible formatting error.Aymeric Augustin
2014-11-10Removed legacy code from old transaction systemThomas Chaumeny
2014-11-03Fixed #23300 -- Made assertTemplateUsed throw an error on responses not fetch...Davide Ceretti
2014-11-03Fixed #21281 -- Made override_settings act at class level when used as a Test...Thomas Chaumeny
2014-10-20Removed redundant skip_checks option for call_commandClaude Paroz
2014-09-29Fixed #23567 -- Made assertQuerysetEqual check Counter equality when ordered=...Thomas Chaumeny