MCPcopy Create free account
hub / github.com/EasyIME/PIME / test_google_login

Method test_google_login

python/python3/tornado/test/auth_test.py:600–609  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

598 )
599
600 def test_google_login(self):
601 response = self.fetch("/client/login")
602 self.assertDictEqual(
603 {
604 u"name": u"Foo",
605 u"email": u"foo@example.com",
606 u"access_token": u"fake-access-token",
607 },
608 json_decode(response.body),
609 )

Callers

nothing calls this directly

Calls 2

json_decodeFunction · 0.90
fetchMethod · 0.45

Tested by

no test coverage detected