index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
test
/
utils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #32446 -- Removed SERIALIZE test database setting per deprecation timeline.
Mariusz Felisiak
2023-01-17
1
-21
/
+3
*
Refs #34118 -- Adopted asgiref coroutine detection shims.
Carlton Gibson
2022-12-20
1
-2
/
+3
*
Used more augmented assignment statements.
Nick Pope
2022-10-31
1
-1
/
+1
*
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
1
-1
/
+4
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-88
/
+133
*
Refs #20349 -- Avoided loading testing libraries when not needed.
Collin Anderson
2022-01-25
1
-2
/
+2
*
Refs #32655 -- Improved error if iter_test_cases() is passed a string.
Chris Jerdonek
2021-06-29
1
-0
/
+7
*
Refs #32489 -- Doc'd and tested iter_test_cases() support for an iterable of ...
Chris Jerdonek
2021-03-11
1
-3
/
+7
*
Fixed #32516 -- Fixed reorder_suite() with duplicates and reverse=True.
Chris Jerdonek
2021-03-09
1
-4
/
+2
*
Fixed #32489 -- Added iter_test_cases() to iterate over a TestSuite.
Chris Jerdonek
2021-03-05
1
-0
/
+12
*
Fixed #32446 -- Deprecated SERIALIZE test database setting.
Simon Charette
2021-02-24
1
-3
/
+32
*
Refs #31811 -- Restored **kwargs to django.test.utils.setup_databases().
Mariusz Felisiak
2021-02-24
1
-1
/
+1
*
Fixed #29052 -- Made test database creation preserve alias order and prefer t...
Harm Geerts
2021-02-16
1
-2
/
+7
*
Fixed #31944 -- Used addCleanup() to register TestContextDecorator cleanups.
François Freitag
2020-09-07
1
-11
/
+2
*
Fixed #31979 -- Made django.test.utils.setup_databases()'s time_keeper argume...
Jon Dufresne
2020-09-03
1
-1
/
+4
*
Added missing items to django.test.client.__all__ and django.test.utils.__all__.
Mads Jensen
2020-08-14
1
-2
/
+4
*
Refs #31811 -- Added optional timing outputs to the test runner.
Ahmad A. Hussein
2020-08-13
1
-12
/
+47
*
Fixed #31224 -- Added support for asynchronous views and middleware.
Andrew Godwin
2020-03-18
1
-6
/
+17
*
Fixed #31250 -- Ignored processing instructions in assertXMLEqual()/assertXML...
yura
2020-02-13
1
-3
/
+7
*
Removed unnecessary dict.get() call in favor of direct indexing.
Jon Dufresne
2019-12-04
1
-1
/
+1
*
Fixed #30497 -- Ignored document type in assertXMLEqual()/assertXMLNotEqual().
Caio Ariede
2019-05-24
1
-2
/
+3
*
Removed unnecessary assignments in various code.
Jon Dufresne
2019-04-24
1
-4
/
+2
*
Fixed #30159 -- Removed unneeded use of OrderedDict.
Nick Pope
2019-02-06
1
-3
/
+1
*
Refs #27753 -- Removed django.test.utils.patch_logger() and str_prefix().
Tim Graham
2019-02-05
1
-27
/
+0
*
Fixed #28478 -- Make DiscoverRunner skip creating unused test databases.
Simon Charette
2019-01-10
1
-4
/
+6
*
Fixed typo in patch_logger() docstring.
takaaki shimbo
2018-11-25
1
-1
/
+1
*
Refs #28909 -- Simplifed code using unpacking generalizations.
Sergey Fedoseev
2018-09-28
1
-1
/
+1
*
Fixed #29658 -- Registered model lookups in tests with a context manager.
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2018-08-21
1
-0
/
+15
*
Fixed #29024 -- Made TestContextDecorator call disable() if setUp() raises an...
Kamil
2018-08-17
1
-1
/
+5
*
Fixed #29467 -- Made override_settings handle errors in setting_changed signa...
Sławek Ehlert
2018-07-30
1
-4
/
+23
*
Restored django.test.utils.patch_logger() for backwards compatibility.
Jon Dufresne
2018-06-12
1
-0
/
+23
*
Replaced django.test.utils.patch_logger() with assertLogs().
Claude Paroz
2018-05-07
1
-20
/
+0
*
Fixed #28869 -- Made tagged test classes and methods inherit tags from parents.
Will Ayd
2018-01-08
1
-1
/
+4
*
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2018-01-03
1
-6
/
+2
*
Fixed #28930 -- Simplified code with any() and all().
Дилян Палаузов
2017-12-26
1
-4
/
+1
*
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-12-11
1
-2
/
+4
*
Fixed #28893 -- Removed unnecessary dict.items() calls.
Tim Graham
2017-12-06
1
-1
/
+1
*
Fixed #28578 -- Renamed DatabaseCreation number arguments to suffix.
Jon Dufresne
2017-09-11
1
-2
/
+2
*
Used sets for CheckRegistry.registered_checks and deployment_checks.
Sergey Fedoseev
2017-08-24
1
-2
/
+2
*
Removed need for hasattr(check, 'tags') in CheckRegistry.
Sergey Fedoseev
2017-08-21
1
-2
/
+6
*
Fixed #28203 -- Ignored connection configuration queries in assertNumQueries().
François Freitag
2017-05-18
1
-0
/
+3
*
Removed obsolete django.test.utils.strip_quotes().
Tim Graham
2017-04-27
1
-20
/
+0
*
Replaced set |= operator with update() to avoid temporary set.
Jon Dufresne
2017-04-27
1
-5
/
+2
*
Refs #27656 -- Updated remaining docstring verbs according to PEP 257.
Anton Samarchyan
2017-03-04
1
-26
/
+18
*
Fixed #27873 -- Fixed crash in setup_test_environment() if ALLOWED_HOSTS is a...
Chris Lamb
2017-02-24
1
-1
/
+1
*
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-26
1
-7
/
+0
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
1
-7
/
+7
*
Refs #23919 -- Removed misc references to Python 2.
Tim Graham
2017-01-21
1
-1
/
+1
*
Refs #23919 -- Removed django.utils.decorators.available_attrs() usage.
Tim Graham
2017-01-21
1
-2
/
+1
*
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-20
1
-2
/
+1
[next]