Searched refs:_JoinGoldenPath (Results 1 – 1 of 1) sorted by relevance
160 def _JoinGoldenPath(self, golden_file_name): member in BaseTest164 golden_file_name = self._JoinGoldenPath(golden_file_name)250 with open(self._JoinGoldenPath(golden_file), 'w') as f:257 'Golden file %s does not exist.' % self._JoinGoldenPath(golden_file))