MCPcopy Create free account
hub / github.com/nodejs/node / tear_down

Method tear_down

deps/v8/tools/testrunner/local/android.py:80–82  ·  view source on GitHub ↗

Clean up files after running all tests.

(self)

Source from the content-addressed store, hash-verified

78 self.pushed = set()
79
80 def tear_down(self):
81 """Clean up files after running all tests."""
82 self.device.RemovePath(DEVICE_DIR, force=True, recursive=True)
83
84 def push_file(self, host_dir, file_name, target_rel='.',
85 skip_if_missing=False):

Callers 3

PostExecutionMethod · 0.80
handle_contextMethod · 0.80
tear_downFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected