()
| 6 | from test.support.os_helper import EnvironmentVarGuard |
| 7 | |
| 8 | def _make_credentials(): |
| 9 | import google.auth.credentials |
| 10 | return Mock(spec=google.auth.credentials.Credentials) |
| 11 | |
| 12 | class TestUcaip(unittest.TestCase): |
| 13 |
no outgoing calls
no test coverage detected