Lines Matching refs:expectations_path
185 expectations_path = self._create_expectations()
190 '--readJsonSummaryPath', expectations_path,
218 expectations_path = self._create_expectations(missing_some_images=True)
223 '--readJsonSummaryPath', expectations_path,
245 def _test_untiled(self, expectations_path=None, expected_summary_dict=None,
250 expectations_path: path we should pass using --readJsonSummaryPath, or
261 if expectations_path == None:
262 expectations_path = self._create_expectations()
265 '--readJsonSummaryPath', expectations_path,
294 expectations_path = os.path.join(self._expectations_dir, 'empty')
295 with open(expectations_path, 'w') as fh:
310 self._test_untiled(expectations_path=expectations_path,
363 expectations_path = self._create_expectations()
366 '--readJsonSummaryPath', expectations_path,
387 expectations_path = self._create_expectations()
392 '--readJsonSummaryPath', expectations_path,
421 expectations_path = self._create_expectations()
426 '--readJsonSummaryPath', expectations_path,