add assertion for test_transfer_global_explorers

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
remotes/origin/feature_files_export
Steven Armstrong 14 years ago
parent 2eb37367a1
commit f846fdd961
  1. 4
      lib/cdist/test/explorer/__init__.py

@ -66,8 +66,10 @@ class ExplorerClassTestCase(unittest.TestCase):
shutil.rmtree(self.remote_base_path)
def test_transfer_global_explorers(self):
# FIXME: test result
self.explorer.transfer_global_explorers()
source = self.local.global_explorer_path
destination = self.remote.global_explorer_path
self.assertEqual(os.listdir(source), os.listdir(destination))
def test_run_global_explorer(self):
# FIXME: test result

Loading…
Cancel
Save