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
/
tests
/
test_utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
[2.2.x] Fixed #30121 -- Fixed assertURLEqual() crash with reverse_lazy() URLs.
Jon Dufresne
2019-01-21
2
-2
/
+4
*
Refs #28478 -- Prevented database feature based skipping on tests disallowing...
Simon Charette
2019-01-14
1
-12
/
+60
*
Refs #28478 -- Prevented connection attempts against disallowed databases in ...
Simon Charette
2019-01-14
2
-7
/
+31
*
Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...
Simon Charette
2019-01-10
4
-15
/
+140
*
Updated test URL patterns to use path() and re_path().
Tim Graham
2018-12-31
2
-7
/
+6
*
Reverted "Fixed #25251 -- Made data migrations available in TransactionTestCa...
Tim Graham
2018-12-05
1
-71
/
+1
*
Switched setUp() to setUpTestData() where possible in Django's tests.
Simon Charette
2018-11-27
1
-5
/
+7
*
Fixed #25251 -- Made data migrations available in TransactionTestCase when us...
romgar
2018-11-06
1
-1
/
+71
*
Fixed #28606 -- Deprecated CachedStaticFilesStorage.
Tim Graham
2018-10-27
1
-1
/
+1
*
Fixed #29024 -- Made TestContextDecorator call disable() if setUp() raises an...
Kamil
2018-08-17
1
-2
/
+27
*
Fixed #27398 -- Added an assertion to compare URLs, ignoring the order of the...
Jan Pieter Waagmeester
2018-06-20
1
-0
/
+48
*
Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage().
Morgan Aubert
2018-05-09
1
-0
/
+25
*
Fixed #29375 -- Removed empty action attribute on HTML forms.
CHI Cheng
2018-05-02
1
-3
/
+3
*
Fixed #27857 -- Dropped support for Python 3.4.
Tim Graham
2017-09-25
1
-4
/
+0
*
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-07-29
1
-6
/
+13
*
Fixed #27539 -- Made TransactionTestCase._pre_setup() clear the queries_log s...
reficul31
2017-06-16
1
-1
/
+17
*
Fixed #28180 -- Numbered queries in assertNumQueries failure output
Claude Paroz
2017-05-20
1
-2
/
+4
*
Fixed #28203 -- Ignored connection configuration queries in assertNumQueries().
François Freitag
2017-05-18
1
-1
/
+28
*
Replaced type-specific assertions with assertEqual().
Tim Graham
2017-03-17
1
-2
/
+2
*
Fixed #27873 -- Fixed crash in setup_test_environment() if ALLOWED_HOSTS is a...
Chris Lamb
2017-02-24
1
-0
/
+12
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
1
-2
/
+2
*
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
Tim Graham
2017-01-20
1
-1
/
+3
*
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-20
1
-2
/
+2
*
Refs #23919 -- Simplified assertRaisesRegex()'s that accounted for Python 2.
Tim Graham
2017-01-20
1
-5
/
+9
*
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
1
-2
/
+2
*
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
1
-1
/
+1
*
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
1
-4
/
+0
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
1
-3
/
+0
*
Refs #25190 -- Removed callable_obj parameter to assertRaisesMessages().
Tim Graham
2017-01-17
1
-21
/
+1
*
Refs #16614 -- Made QuerySet.iterator() use server-side cursors on PostgreSQL.
François Freitag
2017-01-11
1
-0
/
+12
*
Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.
Tim Graham
2016-12-07
1
-4
/
+3
*
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-11-10
1
-1
/
+1
*
Fixed #27214 -- Made skip db features decorators respect wrapping order and i...
Simon Charette
2016-09-13
1
-2
/
+10
*
Fixed #24112 -- Fixed assertInHTML()'s counting if needle has no root element.
Adam Zapletal
2016-08-31
1
-0
/
+7
*
Fixed #27032 -- Prevented setup_test_environment() from being called twice.
Chris Jerdonek
2016-08-08
1
-0
/
+8
*
Fixed #26922 -- Fixed SimpleTestCase.assertHTMLEqual() crash on Python 3.5+.
Dmitry Dygalo
2016-07-21
1
-0
/
+10
*
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-04-08
1
-2
/
+4
*
Fixed #11665 -- Made TestCase check deferrable constraints after each test.
Jon Dufresne
2016-02-13
1
-0
/
+20
*
Refs #26022 -- Used context manager version of assertRaisesMessage in tests.
Hasan
2016-01-29
1
-1
/
+2
*
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2016-01-29
1
-8
/
+16
*
Refs #25746 -- Added a test utility to isolate inlined model registration.
Simon Charette
2016-01-06
1
-2
/
+41
*
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-12-31
1
-1
/
+1
*
Fixed #25170 -- Made assertXMLEqual()/assertXMLNotEqual() ignore leading and ...
Mattia Larentis
2015-11-09
1
-0
/
+10
*
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-09-12
1
-8
/
+21
*
Fixed #23727 -- Inhibited the post_migrate signal when using serialized_rollb...
Tommy Beadle
2015-08-24
1
-0
/
+28
*
Fixed #25191 -- Added string diff to SimpleTestCase.assertXMLEqual() message.
Caio Ariede
2015-08-04
1
-0
/
+13
*
Refs #25176 -- Fixed typo in tests/test_utils/tests.py
Tim Graham
2015-08-01
1
-1
/
+1
*
Fixed #25176 -- Prevented TestCase.setUpTestData() exception from leaking tra...
Adam Chainz
2015-08-01
1
-0
/
+33
*
Fixed #25188 -- Improved message raised by SimpleTestCase.assertRaisesMessage().
Tim Graham
2015-07-31
1
-0
/
+14
*
Fixed #25190 -- Deprecated callable_obj parameter to assertRaisesMessage().
Tim Graham
2015-07-30
1
-2
/
+16
[next]