summaryrefslogtreecommitdiff
path: root/django/test
AgeCommit message (Expand)Author
2026-04-16Added DatabaseFeatures.disallowed_simple_test_case_connection_methods.Tim Graham
2026-04-07Fixed CVE-2026-3902 -- Ignored headers with underscores in ASGIRequest.Jacob Walls
2026-03-30Refs #36770 -- Guarded against an endless wait in LiveServerThread.terminate().Jacob Walls
2026-03-19Fixed #36958 -- Reloaded logging config when logging settings are changed in ...SnippyCodes
2026-03-16Fixed #36859 -- Made assertContains and assertNotContains idempotent for stre...Baptiste Mispelon
2026-03-13Fixed #36966 -- Fixed ValueError when `query_params` and `follow` are used on...Marc Gibbons
2026-01-31Refs #34118 -- Removed asgiref coroutine detection shims.Jacob Walls
2026-01-18Applied Black's 2026 stable style.Mariusz Felisiak
2025-12-19Fixed #36487 -- Fixed logger error message with partial callbacks.Krishnaprasad MG
2025-12-03Closed pool when parallel test runner encounters unpicklable exceptions.Jacob Walls
2025-10-29Fixed #36678 -- Limited retries in ParallelTestRunner.Jacob Walls
2025-10-28Fixed #36596 -- Made parallel test runner respect django_test_skips and djang...Mariusz Felisiak
2025-10-21Fixed #36677 -- Fixed scheduling of system checks in ParallelTestSuite workers.Jacob Walls
2025-09-26Fixed #36491 -- Fixed crash in ParallelTestRunner with --buffer.Shubham Singh
2025-09-16Fixed #36083 -- Ran system checks in ParallelTestSuite workers.Adam Zapletal
2025-09-15Fixed #36589 -- Made assertTemplateUsed/NotUsed track full path for PartialTe...Caitie Baca
2025-08-14Fixed #36410 -- Added support for Template Partials to the Django Template La...farhan
2025-07-29Fixed #36531 -- Added forkserver support to parallel test runner.Mariusz Felisiak
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-07-23Refs #36500 -- Shortened some long docstrings and comments.Mike Edmunds
2025-07-23Removed double spaces after periods and within phrases.Sarah Boyce
2025-07-18Fixed #35728 -- Computed error messages in assertions only on test failures.Clifford Gama
2025-06-27Refs #15727 -- Updated AdminSeleniumTestCase to use ContentSecurityPolicyMidd...Natalia
2025-06-21Removed @skipIfDBFeature silencing of nonexistent features.Tim Graham
2025-06-20Removed @skipUnlessDBFeature silencing of nonexistent features.Tim Graham
2025-06-16Fixed #36380 -- Deferred SQL formatting when running tests with --debug-sql.Natalia
2025-06-05Fixed #36435 -- Made CaptureQueriesContext restore reset_queries conditionally.Adam Johnson
2025-04-16Disabled Chrome browser pop-ups that were interfering with selenium tests.Sarah Boyce
2025-02-16Refs #35967 -- Deprecated BaseDatabaseCreation.create_test_db(serialize).Simon Charette
2025-02-16Fixed #35967 -- Deferred test suite fixtures serialization after all dbs setup.Simon Charette
2025-01-20Fixed #36005 -- Dropped support for Python 3.10 and 3.11.Mariusz Felisiak
2025-01-18Fixed #35448 -- Fixed formatting of test --debug-sql output.Tim Graham
2025-01-04Fixed #36057 -- Enabled test runner to debug chained exceptions with `--pdb` ...Adam Johnson
2025-01-03Fixed #35414 -- Used default headers in AsyncRequestFactory.YashRaj1506
2024-11-06Fixed #35849 -- Made ParallelTestSuite report correct error location.David Winiecki
2024-11-06Refs #35849 -- Added a handle_event hook to ParallelTestSuite.David Winiecki
2024-10-16Refs #35727 -- Updated response.content.decode calls to use the HttpResponse....SaJH
2024-09-17Fixed #35660 -- Made serialized_rollback and fixture data available in Transa...Jacob Walls
2024-09-17Refs #35660 -- Updated TransactionTestCase methods into class or static methods.Jacob Walls
2024-08-08Fixed #35622 -- Made unittest ignore Django assertions in traceback frames.Adam Johnson
2024-07-22Fixed typo in django/test/testcases.py docstring.Jacob Walls
2024-05-29Fixed 35467 -- Replaced urlparse with urlsplit where appropriate.Jake Howard
2024-05-13Fixed SeleniumTestCase.set_emulated_media() when using selenium_hub.Nick Pope
2024-05-13Added support for using Microsoft Edge with Selenium.Nick Pope
2024-05-10Organized images in the screenshots workflow.Nick Pope
2024-05-03Refs #31224 -- Fixed typo in django/test/client.py.Natalia
2024-05-02Added a high contrast mode to screenshot cases.Sarah Boyce
2024-03-13Fixed #34901 -- Added async-compatible interface to session engines.Jon Janzen
2024-03-09Moved --failfast to DiscoverRunner.Adam Johnson
2024-02-26Refs #32114 -- Fixed test crash on non-picklable objects in subtests when Pic...David Wobrock