(self, key: str, default: object = None)
| 90 | self._paths = paths |
| 91 | |
| 92 | def get(self, key: str, default: object = None) -> object: |
| 93 | return default |
| 94 | |
| 95 | |
| 96 | def test_check_duplicates_files_returns_max_path_length(mocker): |
no outgoing calls
no test coverage detected