Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def test_index_handles_logged_in_user(self):
- user.save()
- print(user.email, user.password)
- c = Client()
- print(response.content)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement