doc(testing): Fix formatting issues in the TestClient docstring (#913)

This commit is contained in:
Kurt Griffiths
2016-09-27 08:39:48 -06:00
committed by John Vrbanac
parent 88daf0beeb
commit 45b4176111

View File

@@ -564,9 +564,9 @@ def simulate_delete(app, path, **kwargs):
class TestClient(object):
""""Simulates requests to a WSGI application.
"""Simulates requests to a WSGI application.
This class provides a contextual wrapper for Falcon's simulate_*
This class provides a contextual wrapper for Falcon's `simulate_*`
test functions. It lets you replace this::
simulate_get(app, '/messages')