()
| 8 | from google.cloud import videointelligence |
| 9 | |
| 10 | def _make_credentials(): |
| 11 | import google.auth.credentials |
| 12 | return Mock(spec=google.auth.credentials.Credentials) |
| 13 | |
| 14 | class TestCloudVideoIntelligence(unittest.TestCase): |
| 15 | class FakeClient: |
no outgoing calls
no test coverage detected