(self)
| 15 | class TestStorage(unittest.TestCase): |
| 16 | |
| 17 | def test_version(self): |
| 18 | self.assertIsNotNone(storage.__version__) |
| 19 | |
| 20 | def test_ctr(self): |
| 21 | credentials = _make_credentials() |
nothing calls this directly
no outgoing calls
no test coverage detected