Guest User

Untitled

a guest
Jul 24th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. def test_add_fav_logged_in(self):
  2. self.add_user()
  3. c = Client()
  4. self.failUnlessEqual(c.login(username='john', password='password'), True)
  5. response = c.post('/main/toggleFavShow/4877')
  6. self.failUnlessEqual(response.status_code, 200)
Add Comment
Please, Sign In to add comment