index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
test
Age
Commit message (
Expand
)
Author
2021-03-18
Fixed #32556 -- Fixed assertHTMLEqual() to handle empty string as boolean att...
Hasan Ramezani
2021-03-18
Fixed #31370 -- Added support for parallel tests with --buffer.
Adam Johnson
2021-03-18
Refs #31370 -- Made RemoteTestResult subclass unittest.TestResult.
Adam Johnson
2021-03-18
Fixed #32547 -- Corrected notes about validation in HTML assertions docs.
Hasan Ramezani
2021-03-17
Fixed #32560 -- Fixed test runner with --pdb and --buffer on fail/error.
Adam Johnson
2021-03-15
Fixed #32540 -- Optimized DiscoverRunner.build_suite() by calling find_top_le...
Chris Jerdonek
2021-03-15
Refs #32540 -- Added django.test.runner.find_top_level().
Chris Jerdonek
2021-03-12
Reduced nesting inside DiscoverRunner.build_suite().
Chris Jerdonek
2021-03-11
Fixed #32529 -- Delayed creating a test suite in build_suite().
Chris Jerdonek
2021-03-11
Refs #32489 -- Doc'd and tested iter_test_cases() support for an iterable of ...
Chris Jerdonek
2021-03-10
Refs #31235 -- Improved assertQuerysetEqual() warning message with stacklevel=2.
Claude Paroz
2021-03-09
Fixed #32516 -- Fixed reorder_suite() with duplicates and reverse=True.
Chris Jerdonek
2021-03-08
Refs #32489 -- Simplified filter_tests_by_tags().
Chris Jerdonek
2021-03-08
Refs #32489 -- Simplified partition_suite_by_case().
Chris Jerdonek
2021-03-08
Refs #32489 -- Removed unneeded partition_suite_by_type().
Chris Jerdonek
2021-03-05
Fixed #32489 -- Added iter_test_cases() to iterate over a TestSuite.
Chris Jerdonek
2021-03-05
Simplified for loop in reorder_suite().
Chris Jerdonek
2021-03-04
Fixed typo assertNotContains() docstring.
Jacob Walls
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-24
Fixed #32446 -- Deprecated SERIALIZE test database setting.
Simon Charette
2021-02-24
Refs #31811 -- Restored **kwargs to django.test.utils.setup_databases().
Mariusz Felisiak
2021-02-23
Fixed #32470 -- Fixed ResolverMatch instance on test clients when request.url...
Marc Gibbons
2021-02-22
Fixed #32469 -- Made assertQuerysetEqual() respect maxDiff when ordered=False.
Nick Pope
2021-02-16
Fixed #29052 -- Made test database creation preserve alias order and prefer t...
Harm Geerts
2021-02-15
Fixed #32417 -- Removed unneeded hasattr() check in LiveServerTestCase._tearD...
Chris Jerdonek
2021-02-12
Fixed #32437 -- Fixed cleaning up ALLOWED_HOSTS in LiveServerTestCase on setU...
Chris Jerdonek
2021-02-12
Refs #32416 -- Added LiveServerThread.server_class to ease subclassing.
Chris Jerdonek
2021-02-10
Fixed #32355 -- Dropped support for Python 3.6 and 3.7
Mariusz Felisiak
2020-12-08
Fixed #32233 -- Cleaned-up duplicate connection functionality.
Florian Apolloner
2020-11-28
Fixed #32227 -- Prevented crash when setUpTestData() errors with --debug-sql.
Adam Johnson
2020-11-27
Fixed #32220 -- Added durable argument to transaction.atomic().
Ian Foote
2020-11-06
Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.
Hasan Ramezani
2020-11-04
Fixed #32159 -- Ensured AsyncRequestFactory correctly sets headers.
Carlton Gibson
2020-11-03
Fixed #32162 -- Fixed setting Content-Length header in AsyncRequestFactory.
Patrick Arminio
2020-10-28
Made small readability improvements.
Martin Thoma
2020-10-27
Fixed #32128 -- Added asgiref 3.3 compatibility.
Carlton Gibson
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-09-03
Fixed #31979 -- Made django.test.utils.setup_databases()'s time_keeper argume...
Jon Dufresne
2020-08-14
Added missing items to django.test.client.__all__ and django.test.utils.__all__.
Mads Jensen
2020-08-14
Removed unnecessary urlsplit() call from SimpleTestCase.assertRedirects().
Mads Jensen
2020-08-13
Refs #31811 -- Added optional timing outputs to the test runner.
Ahmad A. Hussein
2020-07-30
Bumped minimum isort version to 5.1.0.
David Smith
2020-07-13
Fixed #30457 -- Added TestCase.captureOnCommitCallbacks().
Adam Johnson
2020-07-10
Fixed #31509 -- Made DiscoverRunner enable faulthandler by default.
ovkulkarni
2020-05-27
Fixed #31494 -- Preserved query strings when following HTTP 307/308 redirects...
Ahmad A. Hussein
2020-05-15
Fixed #31395 -- Made setUpTestData enforce in-memory data isolation.
Simon Charette
2020-05-11
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
Jon Dufresne
2020-03-18
Fixed #31224 -- Added support for asynchronous views and middleware.
Andrew Godwin
[next]