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
- clientflask.testing.FlaskClient
- The testing client used for unit testing. 
 
- client
- Returns
- responseflask.wrappers.Response
- The response of the client. 
 
- response