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
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
2022-02-22
Removed redundant QuerySet.all() calls in docs and tests.
Nick Pope
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-02-03
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
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
2021-12-08
Fixed #33346 -- Fixed SimpleTestCase.assertFormsetError() crash on a formset ...
Baptiste Mispelon
2021-12-03
Fixed #33333 -- Fixed setUpTestData() crash with models.BinaryField on Postgr...
Mariusz Felisiak
2021-11-26
Refs #33301 -- Made SimpleTestCase.assertFormError()/assertFormsetErrors() ra...
Baptiste Mispelon
2021-11-26
Added tests for SimpleTestCase.assertFormError()/assertFormsetErrors().
Baptiste Mispelon
2021-11-15
Fixed #33278 -- Improved error for connection/query attempts against disallow...
SwastikTripathi
2021-10-29
Fixed #33236 -- Fixed assertHTMLEqual() error messages for escaped HTML.
Pratyush Mittal
2021-09-20
Refs #31235 -- Made assertQuerysetEqual() not call repr() on a queryset when ...
Mariusz Felisiak
2021-09-20
Refs #31395 -- Removed support for assigning objects which don't support deep...
Mariusz Felisiak
2021-08-30
Fixed #33054 -- Made TestCase.captureOnCommitCallbacks() capture callbacks re...
Eugene Morozov
2021-07-05
Refs #32508 -- Raised ImproperlyConfigured/TypeError instead of using "assert".
Mateo Radman
2021-06-04
Made SerializeMixin check lockfile attr at import time.
Adam Johnson
2021-03-19
Fixed #32556 -- Fixed handling empty string as non-boolean attributes value b...
Baptiste Mispelon
2021-03-18
Fixed #32556 -- Fixed assertHTMLEqual() to handle empty string as boolean att...
Hasan Ramezani
2021-03-02
Refs #21429 -- Added SimpleTestCase.assertNoLogs() on Python < 3.10.
François Freitag
2021-02-26
Fixed typo in assertQuerysetEqual() exception message.
Jacob Walls
2021-02-22
Fixed #32469 -- Made assertQuerysetEqual() respect maxDiff when ordered=False.
Nick Pope
[next]