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