MCPcopy Create free account
hub / github.com/Kitware/VTK / postprocess

Method postprocess

Web/Python/vtkmodules/web/testing.py:510–516  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

508 self.window.save_screenshot(self.filename)
509
510 def postprocess(self):
511 result = compare_images(self.filename, self.baseline, self.tmpDir)
512
513 if result == 1:
514 test_pass(self.testname)
515 else:
516 test_fail(self.testname)
517
518
519# =============================================================================

Callers

nothing calls this directly

Calls 3

compare_imagesFunction · 0.85
test_passFunction · 0.85
test_failFunction · 0.85

Tested by

no test coverage detected