test_explorer_ran finished
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
13ed37a4e9
commit
410a2fe7ff
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class Install(unittest.TestCase):
|
||||||
explorers = self.config.path.list_global_explorers()
|
explorers = self.config.path.list_global_explorers()
|
||||||
|
|
||||||
for explorer in explorers:
|
for explorer in explorers:
|
||||||
output = self.path.global_explorer_output_path(explorer)
|
output = self.config.path.global_explorer_output_path(explorer)
|
||||||
self.assertTrue(os.path.isfile(output))
|
self.assertTrue(os.path.isfile(output))
|
||||||
|
|
||||||
### OLD FROM CONFIG ############################################################
|
### OLD FROM CONFIG ############################################################
|
||||||
|
|
Loading…
Reference in a new issue