mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
This commit is contained in:
parent
4bb70cbcc6
commit
321e94fa41
185 changed files with 1216 additions and 1528 deletions
|
@ -20,8 +20,7 @@ class WSGITest(SimpleTestCase):
|
|||
|
||||
def test_get_wsgi_application(self):
|
||||
"""
|
||||
Verify that ``get_wsgi_application`` returns a functioning WSGI
|
||||
callable.
|
||||
get_wsgi_application() returns a functioning WSGI callable.
|
||||
"""
|
||||
application = get_wsgi_application()
|
||||
|
||||
|
@ -50,7 +49,7 @@ class WSGITest(SimpleTestCase):
|
|||
|
||||
def test_file_wrapper(self):
|
||||
"""
|
||||
Verify that FileResponse uses wsgi.file_wrapper.
|
||||
FileResponse uses wsgi.file_wrapper.
|
||||
"""
|
||||
class FileWrapper(object):
|
||||
def __init__(self, filelike, blksize=8192):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue