Open LenaWil opened 1 year ago
You can set a user there through
self.client.force_login(<user>)
.
How do you log out an user, self.client.force_login(None)
?
Edit: logout()
.
Didn’t see that. 😅
Attention: 4 lines
in your changes are missing coverage. Please review.
Comparison is base (
308b47e
) 95.84% compared to head (a0d7407
) 95.81%. Report is 3 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Otherwise they are so hidden that it is useless. I am still working on the pr, but what do y’all think?
(I couldn’t quickly find where to set the user in the test)
Todo: