# HG changeset patch # User Jeff Hammel # Date 1330644947 28800 # Node ID 6bfe6c59b64ac715d34ca518943a6c1bedbb8a8a # Parent 2e60fb7044544c11e877c1cebac8d5862081c2aa add documentation and correct capitalization diff -r 2e60fb704454 -r 6bfe6c59b64a tests/doctest.txt --- a/tests/doctest.txt Thu Mar 01 15:32:17 2012 -0800 +++ b/tests/doctest.txt Thu Mar 01 15:35:47 2012 -0800 @@ -1,6 +1,8 @@ Test simpypi ============ +Test the WSGI app with mock requests from ``paste.fixture.TestApp``. + The obligatory imports:: >>> import os diff -r 2e60fb704454 -r 6bfe6c59b64a tests/test.py --- a/tests/test.py Thu Mar 01 15:32:17 2012 -0800 +++ b/tests/test.py Thu Mar 01 15:35:47 2012 -0800 @@ -31,7 +31,7 @@ directory = os.path.dirname(os.path.abspath(__file__)) extraglobs = {'here': directory, 'create_virtualenv': create_virtualenv, - 'server': testserver.TestWSGIserver } + 'server': testserver.TestWSGIServer } doctest_args = dict(extraglobs=extraglobs, raise_on_error=raise_on_error) if report_first: doctest_args['optionflags'] = doctest.REPORT_ONLY_FIRST_FAILURE