index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_utils
Age
Commit message (
Expand
)
Author
2026-03-16
Fixed #36859 -- Made assertContains and assertNotContains idempotent for stre...
Baptiste Mispelon
2026-02-26
Refs #36936 - Adjusted tests to set PYTHON_COLORS environment variable.
Pete Rosenblum
2026-02-10
Added various missing test skips observed on MongoDB.
Tim Graham
2026-01-18
Applied Black's 2026 stable style.
Mariusz Felisiak
2025-12-19
Fixed #36487 -- Fixed logger error message with partial callbacks.
Krishnaprasad MG
2025-09-15
Fixed #36589 -- Made assertTemplateUsed/NotUsed track full path for PartialTe...
Caitie Baca
2025-08-12
Fixed test_utils.tests.HTMLEqualTests.test_parsing_errors following Python's ...
Natalia
2025-07-18
Fixed #35728 -- Computed error messages in assertions only on test failures.
Clifford Gama
2025-06-21
Removed @skipIfDBFeature silencing of nonexistent features.
Tim Graham
2025-06-20
Removed @skipUnlessDBFeature silencing of nonexistent features.
Tim Graham
2025-06-05
Fixed #36435 -- Made CaptureQueriesContext restore reset_queries conditionally.
Adam Johnson
2025-06-05
Refs #36435 -- Tidied tests for CaptureQueriesContext and assertNumQueries.
Adam Johnson
2025-05-27
Removed redundant redefinition of variable in tests/test_utils/tests.py.
Clifford Gama
2025-01-20
Fixed #36005 -- Dropped support for Python 3.10 and 3.11.
Mariusz Felisiak
2024-11-11
Fixed a typo in some tests.
yatami38
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-09-13
Closed connection pool in clean up of test_allowed_database_copy_queries.
suraj
2024-08-08
Fixed #35622 -- Made unittest ignore Django assertions in traceback frames.
Adam Johnson
2024-03-20
Fixed ResourceWarning from unclosed SQLite connection in test_utils on Python...
Mariusz Felisiak
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-19
Fixed closing connections in test_utils.tests.AllowedDatabaseQueriesTests.
Mariusz Felisiak
2024-02-10
Refs #34900, Refs #34118 -- Updated assertion in test_skip_class_unless_db_fe...
Daniel Garcia Moreno
2024-01-12
Avoided nested transactions in SkippingClassTestCase.
Florian Apolloner
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-10-16
Refs #34900, Refs #34118 -- Updated assertion in test_skip_class_unless_db_fe...
Mariusz Felisiak
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-09-29
Refs #34657 -- Made assertInHTML() use unparsed needle in error messages.
Chinmoy Chakraborty
2023-09-22
Fixed #34823 -- Fixed assertTemplateUsed() context manager crash on unnamed t...
Arian
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-07-14
Refs #30686 -- Moved Parser.SELF_CLOSING_TAGS to django.utils.html.VOID_ELEMENTS
David Smith
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-01-18
Fixed #34233 -- Dropped support for Python 3.8 and 3.9.
Mariusz Felisiak
2023-01-17
Refs #33348 -- Removed support for passing response object and form/formset n...
Mariusz Felisiak
2023-01-17
Refs #33348 -- Removed support for passing errors=None to SimpleTestCase.asse...
Mariusz Felisiak
2023-01-12
Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.
Jarosław Wygoda
2022-11-24
Used DatabaseFeatures.django_test_skips to skip AssertNumQueriesUponConnectio...
Christophe Baldy
2022-10-08
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...
Gregor Gärtner
2022-10-07
Refs #33990 -- Renamed SimpleTestCase.assertFormsetError() to assertFormSetEr...
Gregor Gärtner
2022-09-06
Fixed #33616 -- Allowed registering callbacks that can fail in transaction.on...
SirAbhi13
2022-04-12
Fixed #33633 -- Skipped some test_utils tests on databases that don't support...
zhangyangyu
2022-04-07
Refs #33173 -- Fixed test_runner/test_utils tests on Python 3.11+.
Mariusz Felisiak
2022-04-06
Fixed #33348 -- Changed SimpleTestCase.assertFormError()/assertFormsetErrors(...
Baptiste Mispelon
2022-04-05
Moved remaining SimpleTestCase.assertFormError()/assertFormsetErrors() tests ...
Mariusz Felisiak
2022-03-08
Rewrote some references to "master".
Adam Johnson
[next]