remove documentation about passing in the loop
This commit is contained in:
parent
d5633b3705
commit
7726ffa3f7
|
@ -30,7 +30,6 @@ The `test_client` methods accept the following arguments and keyword arguments:
|
||||||
original request will be returned by the function. If set to `True`, the
|
original request will be returned by the function. If set to `True`, the
|
||||||
return value is a tuple of `(request, response)`, if `False` only the
|
return value is a tuple of `(request, response)`, if `False` only the
|
||||||
response is returned.
|
response is returned.
|
||||||
- `loop` *(default `None`)* The event loop to use.
|
|
||||||
- `server_kwargs` *(default `{}`) a dict of additional arguments to pass into `app.run` before the test request is run.
|
- `server_kwargs` *(default `{}`) a dict of additional arguments to pass into `app.run` before the test request is run.
|
||||||
- `debug` *(default `False`)* A boolean which determines whether to run the server in debug mode.
|
- `debug` *(default `False`)* A boolean which determines whether to run the server in debug mode.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user