Example #1
0
 def test_login_with_google_failure(self):
     with self.assertRaises(todoist.RequestError):
         todoist.login_with_google(self.user.email, '')
Example #2
0
 def test_login_with_google_failure(self):
     with self.assertRaises(todoist.RequestError):
         todoist.login_with_google(self.user.email, '')