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
/
tests.py
Age
Commit message (
Expand
)
Author
2020-11-06
Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.
Hasan Ramezani
2020-09-24
Fixed #27906 -- Fixed test tools counting of HTML matches for subsets of elem...
Jacob Walls
2020-09-07
Fixed #31944 -- Used addCleanup() to register TestContextDecorator cleanups.
François Freitag
2020-07-13
Fixed #30457 -- Added TestCase.captureOnCommitCallbacks().
Adam Johnson
2020-04-20
Capitalized Unicode in docs, strings, and comments.
Jon Dufresne
2020-02-13
Fixed #31250 -- Ignored processing instructions in assertXMLEqual()/assertXML...
yura
2020-02-07
Used assertRaisesMessage() in various tests.
Hasan Ramezani
2020-02-06
Fixed #31233 -- Closed database connections and cursors after use.
Jon Dufresne
2019-05-24
Fixed #30497 -- Ignored document type in assertXMLEqual()/assertXMLNotEqual().
Caio Ariede
2019-05-10
Fixed #30470 -- Added assertHTMLEqual() support for all self closing tags.
Jon Dufresne
2019-05-09
Fixed #30468 -- Fixed assertHTMLEqual() to handle all ASCII whitespace in a c...
Jon Dufresne
2019-05-09
Refs #27804 -- Used subTest() in HTMLEqualTests.test_self_closing_tags.
Jon Dufresne
2019-05-09
Refs #30399 -- Made assertHTMLEqual normalize character and entity references.
Jon Dufresne
2019-04-29
Refs #26022 -- Used context manager version of assertRaisesMessage in tests.
Jon Dufresne
2019-02-08
Fixed #30004 -- Changed default FILE_UPLOAD_PERMISSION to 0o644.
Himanshu Lakhara
2019-01-21
Fixed #30121 -- Fixed assertURLEqual() crash with reverse_lazy() URLs.
Jon Dufresne
2019-01-14
Refs #28478 -- Prevented database feature based skipping on tests disallowing...
Simon Charette
2019-01-14
Refs #28478 -- Prevented connection attempts against disallowed databases in ...
Simon Charette
2019-01-10
Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...
Simon Charette
2018-12-31
Updated test URL patterns to use path() and re_path().
Tim Graham
2018-11-27
Switched setUp() to setUpTestData() where possible in Django's tests.
Simon Charette
2018-10-27
Fixed #28606 -- Deprecated CachedStaticFilesStorage.
Tim Graham
2018-08-17
Fixed #29024 -- Made TestContextDecorator call disable() if setUp() raises an...
Kamil
2018-06-20
Fixed #27398 -- Added an assertion to compare URLs, ignoring the order of the...
Jan Pieter Waagmeester
2018-05-09
Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage().
Morgan Aubert
2018-05-02
Fixed #29375 -- Removed empty action attribute on HTML forms.
CHI Cheng
2017-09-25
Fixed #27857 -- Dropped support for Python 3.4.
Tim Graham
2017-07-29
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-05-20
Fixed #28180 -- Numbered queries in assertNumQueries failure output
Claude Paroz
2017-05-18
Fixed #28203 -- Ignored connection configuration queries in assertNumQueries().
François Freitag
2017-03-17
Replaced type-specific assertions with assertEqual().
Tim Graham
2017-02-24
Fixed #27873 -- Fixed crash in setup_test_environment() if ALLOWED_HOSTS is a...
Chris Lamb
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-20
Refs #23919 -- Simplified assertRaisesRegex()'s that accounted for Python 2.
Tim Graham
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Refs #25190 -- Removed callable_obj parameter to assertRaisesMessages().
Tim Graham
2017-01-11
Refs #16614 -- Made QuerySet.iterator() use server-side cursors on PostgreSQL.
François Freitag
2016-12-07
Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.
Tim Graham
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-09-13
Fixed #27214 -- Made skip db features decorators respect wrapping order and i...
Simon Charette
2016-08-31
Fixed #24112 -- Fixed assertInHTML()'s counting if needle has no root element.
Adam Zapletal
2016-08-08
Fixed #27032 -- Prevented setup_test_environment() from being called twice.
Chris Jerdonek
2016-07-21
Fixed #26922 -- Fixed SimpleTestCase.assertHTMLEqual() crash on Python 3.5+.
Dmitry Dygalo
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-01-29
Refs #26022 -- Used context manager version of assertRaisesMessage in tests.
Hasan
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2016-01-06
Refs #25746 -- Added a test utility to isolate inlined model registration.
Simon Charette
[next]