summaryrefslogtreecommitdiff
path: root/tests/test_utils/test_testcase.py
AgeCommit message (Expand)Author
2026-02-10Added various missing test skips observed on MongoDB.Tim Graham
2024-09-17Refs #35660 -- Updated TransactionTestCase methods into class or static methods.Jacob Walls
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
2022-04-12Fixed #33633 -- Skipped some test_utils tests on databases that don't support...zhangyangyu
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-12-03Fixed #33333 -- Fixed setUpTestData() crash with models.BinaryField on Postgr...Mariusz Felisiak
2021-11-15Fixed #33278 -- Improved error for connection/query attempts against disallow...SwastikTripathi
2021-09-20Refs #31395 -- Removed support for assigning objects which don't support deep...Mariusz Felisiak
2021-07-05Refs #32508 -- Raised ImproperlyConfigured/TypeError instead of using "assert".Mateo Radman
2020-05-15Fixed #31395 -- Made setUpTestData enforce in-memory data isolation.Simon Charette
2019-01-14Refs #28478 -- Prevented connection attempts against disallowed databases in ...Simon Charette
2019-01-10Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...Simon Charette
2016-02-13Fixed #11665 -- Made TestCase check deferrable constraints after each test.Jon Dufresne