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

Method run_test

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

Source from the content-addressed store, hash-verified

392 self.testname = testname
393
394 def run_test(self):
395 try:
396 self.checkdependencies()
397 self.initialize()
398 self.setup()
399 self.capture()
400 self.postprocess()
401 except WebTest.Abort:
402 # Placeholder for future option to return failure result
403 pass
404 except:
405 self.cleanup()
406 raise
407
408 self.cleanup()
409
410 def checkdependencies(self):
411 pass

Callers 1

launch_web_testFunction · 0.80

Calls 6

checkdependenciesMethod · 0.95
initializeMethod · 0.95
setupMethod · 0.95
captureMethod · 0.95
postprocessMethod · 0.95
cleanupMethod · 0.95

Tested by

no test coverage detected