add assertion for test_transfer_global_explorers
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
2eb37367a1
commit
f846fdd961
1 changed files with 3 additions and 1 deletions
|
@ -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…
Reference in a new issue