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