doc(testing): Fix formatting issues in the TestClient docstring (#913)
This commit is contained in:
committed by
John Vrbanac
parent
88daf0beeb
commit
45b4176111
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user