MCPcopy
hub / github.com/eudicots/Cactus / test_bootstrap

Method test_bootstrap

cactus/tests/test_bootstrap.py:53–57  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

51 bootstrap(self.path)
52
53 def test_bootstrap(self):
54 self.assertEqual(
55 sorted(fileList(self.path, relative=True)),
56 sorted(fileList("cactus/skeleton", relative=True)),
57 )
58
59
60class BaseTestArchiveBootstrap(object):

Callers

nothing calls this directly

Calls 1

fileListFunction · 0.90

Tested by

no test coverage detected