(self, command: str, **kwargs: dict)
| 75 | |
| 76 | class MockUserCommandPatcher(jobset_utils.UserCommandPatcher): |
| 77 | def patch(self, command: str, **kwargs: dict) -> str: |
| 78 | return f"{command} && ./postfix_command.sh" |
| 79 | |
| 80 | |
| 81 | class TPUReplicatedJobTest(TestCase): |
no outgoing calls
no test coverage detected