Models full coverage

This commit is contained in:
Valentin Samir
2016-06-30 13:55:19 +02:00
parent 9814bb0a6f
commit ecf4e66e11
6 changed files with 304 additions and 41 deletions

View File

@ -37,6 +37,8 @@ def get_auth_client(**update):
params.update(update)
client.post('/login', params)
assert client.session.get("authenticated")
return client