From 321e94fa41b121f65c02119c02098df327bbd569 Mon Sep 17 00:00:00 2001 From: za Date: Thu, 27 Oct 2016 14:53:39 +0700 Subject: Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. --- tests/wsgi/tests.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests/wsgi') diff --git a/tests/wsgi/tests.py b/tests/wsgi/tests.py index 99076f56bd..e07f8d2478 100644 --- a/tests/wsgi/tests.py +++ b/tests/wsgi/tests.py @@ -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): -- cgit v1.3