ramp_frontend.testing
.logout¶
-
ramp_frontend.testing.
logout
(client)¶ Simulate a log-out.
After the log-out request, the client will be redirected to the expected page.
- Parameters
- client
flask.testing.FlaskClient
The testing client used for unit testing.
- client
- Returns
- response
flask.wrappers.Response
The response of the client.
- response