django1/django/test
Hasan Ramezani 3f7b327562 Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.
This also replaces assertQuerysetEqual() to
assertSequenceEqual()/assertCountEqual() where appropriate.

Co-authored-by: Peter Inglesby <peter.inglesby@gmail.com>
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2020-11-06 09:24:50 +01:00
..
__init__.py Fixed #31224 -- Added support for asynchronous views and middleware. 2020-03-18 19:59:12 +01:00
client.py Fixed #32159 -- Ensured AsyncRequestFactory correctly sets headers. 2020-11-04 11:07:15 +01:00
html.py Made small readability improvements. 2020-10-28 20:20:20 +01:00
runner.py Refs #31811 -- Added optional timing outputs to the test runner. 2020-08-13 17:17:15 +02:00
selenium.py Bumped minimum isort version to 5.1.0. 2020-07-30 10:58:59 +02:00
signals.py Bumped minimum isort version to 5.1.0. 2020-07-30 10:58:59 +02:00
testcases.py Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly. 2020-11-06 09:24:50 +01:00
utils.py Fixed #31944 -- Used addCleanup() to register TestContextDecorator cleanups. 2020-09-07 08:07:26 +02:00