| 23 | |
| 24 | |
| 25 | class DummyEditor: |
| 26 | def create_file(self, operation): |
| 27 | return None |
| 28 | |
| 29 | def update_file(self, operation): |
| 30 | return None |
| 31 | |
| 32 | def delete_file(self, operation): |
| 33 | return None |
| 34 | |
| 35 | |
| 36 | def test_tool_name_properties() -> None: |
no outgoing calls