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
/
testcases.py
Age
Commit message (
Expand
)
Author
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-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-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-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-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-27
Simplified call_command() calls.
Nick Pope
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-01-18
Refs #34233 -- Used str.removeprefix()/removesuffix().
Mariusz Felisiak
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-13
Fixed #34240 -- Preserved headers of requests made with django.test.Client in...
Mariusz Felisiak
2022-12-20
Refs #34118 -- Adopted asgiref coroutine detection shims.
Carlton Gibson
2022-11-24
Fixed #29062 -- Prevented possibility of database lock when using LiveServerT...
baldychristophe
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-06
Fixed #33348 -- Changed SimpleTestCase.assertFormError()/assertFormsetErrors(...
Baptiste Mispelon
2022-03-17
Prevented initialization of unused database connections.
Florian Apolloner
2022-02-15
Refs #33348 -- Made SimpleTestCase.assertFormError() raise ValueError when "f...
Baptiste Mispelon
2022-02-15
Refs #33348 -- Fixed SimpleTestCase.assertFormError() error message raised fo...
Mariusz Felisiak
2022-02-15
Refs #33348 -- Improved messages raised by SimpleTestCase.assertFormError()/a...
Baptiste Mispelon
2022-02-14
Refs #33348 -- Made SimpleTestCase.assertFormsetErrors() raise an error when ...
Baptiste Mispelon
2022-02-14
Refs #33348 -- Made SimpleTestCase.assertFormError()/assertFormsetErrors() ra...
Baptiste Mispelon
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-01-25
Refs #20349 -- Avoided loading testing libraries when not needed.
Collin Anderson
2022-01-06
Refs #33348 -- Deprecated passing errors=None to SimpleTestCase.assertFormErr...
Baptiste Mispelon
2022-01-06
Fixed #33410 -- Fixed recursive capturing of callbacks by TestCase.captureOnC...
Petter Friberg
2022-01-05
Fixed #33400 -- Added support for msg_prefix and count arguments to assertTem...
Ad Timmering
2022-01-05
Refs #33400 -- Renamed SimpleTestCase._assert_template_used() to _get_templat...
Ad Timmering
2021-12-08
Fixed #33346 -- Fixed SimpleTestCase.assertFormsetError() crash on a formset ...
Baptiste Mispelon
2021-11-26
Refs #33301 -- Made SimpleTestCase.assertFormError()/assertFormsetErrors() ra...
Baptiste Mispelon
2021-11-15
Fixed #33278 -- Improved error for connection/query attempts against disallow...
SwastikTripathi
2021-11-12
Fixed #33161 -- Enabled durability check for nested atomic blocks in TestCase.
Krzysztof Jagiello
[next]