MCPcopy
hub / github.com/buildbot/buildbot / rmtree

Method rmtree

pkg/test_buildbot_pkg.py:60–62  ·  view source on GitHub ↗
(self, d)

Source from the content-addressed store, hash-verified

58 return os.path.abspath(os.path.join(os.path.dirname(__file__), "..", *self.pkgPaths))
59
60 def rmtree(self, d):
61 if os.path.isdir(d):
62 shutil.rmtree(d)
63
64 def setUp(self):
65 call("pip uninstall -y " + self.pkgName, shell=True)

Callers 15

setUpMethod · 0.95
runMethod · 0.80
remote_setBuilderListMethod · 0.80
rmdirRecursiveFunction · 0.80
setUpMethod · 0.80
tearDownMethod · 0.80
setUpMethod · 0.80
tearDownMethod · 0.80
setUpMethod · 0.80
tearDownMethod · 0.80
setUpMethod · 0.80
tearDownMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected