index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
test
Age
Commit message (
Expand
)
Author
2025-07-16
[5.2.x] Added SimpleTestCase.enterContext() on Python < 3.11.
Natalia
2025-02-16
[5.2.x] Fixed #35967 -- Deferred test suite fixtures serialization after all ...
Simon Charette
2025-01-04
Fixed #36057 -- Enabled test runner to debug chained exceptions with `--pdb` ...
Adam Johnson
2025-01-03
Fixed #35414 -- Used default headers in AsyncRequestFactory.
YashRaj1506
2024-11-06
Fixed #35849 -- Made ParallelTestSuite report correct error location.
David Winiecki
2024-11-06
Refs #35849 -- Added a handle_event hook to ParallelTestSuite.
David Winiecki
2024-10-16
Refs #35727 -- Updated response.content.decode calls to use the HttpResponse....
SaJH
2024-09-17
Fixed #35660 -- Made serialized_rollback and fixture data available in Transa...
Jacob Walls
2024-09-17
Refs #35660 -- Updated TransactionTestCase methods into class or static methods.
Jacob Walls
2024-08-08
Fixed #35622 -- Made unittest ignore Django assertions in traceback frames.
Adam Johnson
2024-07-22
Fixed typo in django/test/testcases.py docstring.
Jacob Walls
2024-05-29
Fixed 35467 -- Replaced urlparse with urlsplit where appropriate.
Jake Howard
2024-05-13
Fixed SeleniumTestCase.set_emulated_media() when using selenium_hub.
Nick Pope
2024-05-13
Added support for using Microsoft Edge with Selenium.
Nick Pope
2024-05-10
Organized images in the screenshots workflow.
Nick Pope
2024-05-03
Refs #31224 -- Fixed typo in django/test/client.py.
Natalia
2024-05-02
Added a high contrast mode to screenshot cases.
Sarah Boyce
2024-03-13
Fixed #34901 -- Added async-compatible interface to session engines.
Jon Janzen
2024-03-09
Moved --failfast to DiscoverRunner.
Adam Johnson
2024-02-26
Refs #32114 -- Fixed test crash on non-picklable objects in subtests when Pic...
David Wobrock
2024-02-21
Fixed #32114 -- Fixed parallel test crash on non-picklable objects in subtests.
David Wobrock
2024-02-19
Fixed #35226 -- Reallowed executing queries for dynamically created connections.
Mariusz Felisiak
2024-02-14
Fixed #28263 -- Fixed TestCase setup for databases that don't support savepoi...
Tim Graham
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2024-01-04
Used enterClassContext() where appropriate.
Mariusz Felisiak
2024-01-03
Fixed #33277 -- Disallowed database connections in threads in SimpleTestCase.
David Wobrock
2023-12-22
Fixed #34658 -- Added SimpleTestCase.assertNotInHTML().
Nicolas Lupien
2023-12-12
Refs #34305 -- Added SimpleTestCase.enterClassContext() on Python < 3.11.
Nick Pope
2023-12-06
Refs #34986 -- Moved garbage_collect() helper to django.test.utils.
Nick Pope
2023-11-24
Fixed #34983 -- Deprecated django.utils.itercompat.is_iterable().
Nick Pope
2023-11-23
Fixed #14611 -- Added query_params argument to RequestFactory and Client clas...
Tom Carrick
2023-10-31
Fixed #32106 -- Preserved HTTP_HOST in test Client when following redirects.
Ben Cail
2023-10-23
Fixed #34903, Refs #34825 -- Made workers initialization respect empty set of...
David Sanders
2023-10-18
Refs #34043 -- Added --screenshots option to runtests.py and selenium tests.
Sarah Boyce
2023-10-16
Refs #34043 -- Added context managers to SeleniumTestCase for changing window...
Sarah Boyce
2023-10-03
Fixed #34657 -- Made assert(Not)Contains/assertInHTML display haystacks in er...
Chinmoy Chakraborty
2023-10-03
Refs #34657 -- Made msg_prefix handling in assertURLEqual()/assertInHTML cons...
Mariusz Felisiak
2023-10-02
Fixed #32602 -- Clarified wording of TestCase class.
faishalmanzar
2023-09-29
Refs #34657 -- Made assertInHTML() use unparsed needle in error messages.
Chinmoy Chakraborty
2023-09-29
Refs #15667 -- Added resetting default renderer when FORM_RENDERER is changed.
Mariusz Felisiak
2023-09-25
Fixed #34825 -- Avoided setting unused connections when initializing parallel...
David Sanders
2023-09-22
Fixed #34823 -- Fixed assertTemplateUsed() context manager crash on unnamed t...
Arian
2023-09-18
Refs #26029 -- Removed DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.
Mariusz Felisiak
2023-09-18
Refs #33990 -- Removed TransactionTestCase.assertQuerysetEqual() per deprecat...
Mariusz Felisiak
2023-09-18
Refs #33990 -- Removed SimpleTestCase.assertFormsetError() per deprecation ti...
Mariusz Felisiak
2023-08-31
Fixed #34210 -- Added unittest's durations option to the test runner.
David Smith
2023-08-30
Fixed #34757 -- Added support for following redirects to AsyncClient.
Olivier Tabone
2023-08-24
Corrected AsyncRequestFactory's docstring.
Mariusz Felisiak
2023-08-23
Refs #34757 -- Moved HTTP redirect logic to django.test.client.ClientMixin.
Olivier Tabone
2023-07-27
Simplified call_command() calls.
Nick Pope
[next]