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

Method test_bootstrap

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

Source from the content-addressed store, hash-verified

37
38class TestFolderBootstrap(BaseBootstrappedTestCase):
39 def test_bootstrap(self):
40 self.assertEqual(
41 sorted(fileList(self.path, relative=True)),
42 sorted(fileList("cactus/tests/data/skeleton", relative=True)),
43 )
44
45
46class TestCactusPackageBootstrap(BaseBootstrappedTestCase):

Callers

nothing calls this directly

Calls 1

fileListFunction · 0.90

Tested by

no test coverage detected