(self)
| 37 | |
| 38 | class 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 | |
| 46 | class TestCactusPackageBootstrap(BaseBootstrappedTestCase): |
nothing calls this directly
no test coverage detected