summaryrefslogtreecommitdiff
path: root/django/test
AgeCommit message (Expand)Author
2024-02-21Fixed #32114 -- Fixed parallel test crash on non-picklable objects in subtests.David Wobrock
2024-02-19Fixed #35226 -- Reallowed executing queries for dynamically created connections.Mariusz Felisiak
2024-02-14Fixed #28263 -- Fixed TestCase setup for databases that don't support savepoi...Tim Graham
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2024-01-04Used enterClassContext() where appropriate.Mariusz Felisiak
2024-01-03Fixed #33277 -- Disallowed database connections in threads in SimpleTestCase.David Wobrock
2023-12-22Fixed #34658 -- Added SimpleTestCase.assertNotInHTML().Nicolas Lupien
2023-12-12Refs #34305 -- Added SimpleTestCase.enterClassContext() on Python < 3.11.Nick Pope
2023-12-06Refs #34986 -- Moved garbage_collect() helper to django.test.utils.Nick Pope
2023-11-24Fixed #34983 -- Deprecated django.utils.itercompat.is_iterable().Nick Pope
2023-11-23Fixed #14611 -- Added query_params argument to RequestFactory and Client clas...Tom Carrick
2023-10-31Fixed #32106 -- Preserved HTTP_HOST in test Client when following redirects.Ben Cail
2023-10-23Fixed #34903, Refs #34825 -- Made workers initialization respect empty set of...David Sanders
2023-10-18Refs #34043 -- Added --screenshots option to runtests.py and selenium tests.Sarah Boyce
2023-10-16Refs #34043 -- Added context managers to SeleniumTestCase for changing window...Sarah Boyce
2023-10-03Fixed #34657 -- Made assert(Not)Contains/assertInHTML display haystacks in er...Chinmoy Chakraborty
2023-10-03Refs #34657 -- Made msg_prefix handling in assertURLEqual()/assertInHTML cons...Mariusz Felisiak
2023-10-02Fixed #32602 -- Clarified wording of TestCase class.faishalmanzar
2023-09-29Refs #34657 -- Made assertInHTML() use unparsed needle in error messages.Chinmoy Chakraborty
2023-09-29Refs #15667 -- Added resetting default renderer when FORM_RENDERER is changed.Mariusz Felisiak
2023-09-25Fixed #34825 -- Avoided setting unused connections when initializing parallel...David Sanders
2023-09-22Fixed #34823 -- Fixed assertTemplateUsed() context manager crash on unnamed t...Arian
2023-09-18Refs #26029 -- Removed DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.Mariusz Felisiak
2023-09-18Refs #33990 -- Removed TransactionTestCase.assertQuerysetEqual() per deprecat...Mariusz Felisiak
2023-09-18Refs #33990 -- Removed SimpleTestCase.assertFormsetError() per deprecation ti...Mariusz Felisiak
2023-08-31Fixed #34210 -- Added unittest's durations option to the test runner.David Smith
2023-08-30Fixed #34757 -- Added support for following redirects to AsyncClient.Olivier Tabone
2023-08-24Corrected AsyncRequestFactory's docstring.Mariusz Felisiak
2023-08-23Refs #34757 -- Moved HTTP redirect logic to django.test.client.ClientMixin.Olivier Tabone
2023-07-27Simplified call_command() calls.Nick Pope
2023-07-27Fixed typo in django/test/utils.py.Bruno Alla
2023-07-14Refs #30686 -- Moved Parser.SELF_CLOSING_TAGS to django.utils.html.VOID_ELEMENTSDavid Smith
2023-06-27Fixed #34391 -- Added async-compatible interface to auth functions and relate...Jon Janzen
2023-06-26Fixed #34675 -- Fixed creating remote webdriver for Selenium 4.10.0+.Jonathan Weth
2023-06-19Refs #27079 -- Used addClassCleanup() in SeleniumTestCase.Sarah Boyce
2023-06-13Fixed #34649 -- Fixed headless deprecation warning on Selenium 4.8+.anthony kugel
2023-03-07Fixed #32172 -- Adapted signals to allow async handlers.Jon Janzen
2023-02-17Fixed #34342, Refs #33735 -- Fixed test client handling of async streaming re...Alexandre Spaeth
2023-02-01Refs #33476 -- Applied Black's 2023 stable style.David Smith
2023-01-18Refs #34233 -- Used str.removeprefix()/removesuffix().Mariusz Felisiak
2023-01-18Fixed #34233 -- Dropped support for Python 3.8 and 3.9.Mariusz Felisiak
2023-01-17Refs #33348 -- Removed support for passing response object and form/formset n...Mariusz Felisiak
2023-01-17Refs #33348 -- Removed support for passing errors=None to SimpleTestCase.asse...Mariusz Felisiak
2023-01-17Refs #32655 -- Removed extra_tests argument for DiscoverRunner.build_suite()/...Mariusz Felisiak
2023-01-17Refs #32446 -- Removed SERIALIZE test database setting per deprecation timeline.Mariusz Felisiak
2023-01-13Fixed #34240 -- Preserved headers of requests made with django.test.Client in...Mariusz Felisiak
2023-01-12Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.Jarosław Wygoda
2023-01-12Fixed #26029 -- Allowed configuring custom file storage backends.Jarosław Wygoda
2023-01-05Refs #33865 -- Improved implementation of FakePayload.Nick Pope
2022-12-20Refs #34118 -- Adopted asgiref coroutine detection shims.Carlton Gibson