(self)
| 2047 | ) |
| 2048 | |
| 2049 | def test_handshake_02_azure(self): |
| 2050 | self._test_handshake({"FUNCTIONS_WORKER_RUNTIME": "python"}, {"name": "azure.func"}) |
| 2051 | |
| 2052 | def test_handshake_03_gcp(self): |
| 2053 | self._test_handshake( |
nothing calls this directly
no test coverage detected