django1/django/test
Jacob Walls e26a7a8ef4 Fixed #27906 -- Fixed test tools counting of HTML matches for subsets of elements.
Previously examples such as '<a/><b/>' would not match in '<a/><b/><c/>'.
2020-09-24 12:52:41 +02:00
..
__init__.py Fixed #31224 -- Added support for asynchronous views and middleware. 2020-03-18 19:59:12 +01:00
client.py Added missing items to django.test.client.__all__ and django.test.utils.__all__. 2020-08-14 11:48:04 +02:00
html.py Fixed #27906 -- Fixed test tools counting of HTML matches for subsets of elements. 2020-09-24 12:52:41 +02: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 Removed unnecessary urlsplit() call from SimpleTestCase.assertRedirects(). 2020-08-14 11:48:04 +02:00
utils.py Fixed #31944 -- Used addCleanup() to register TestContextDecorator cleanups. 2020-09-07 08:07:26 +02:00