示例#1
0
文件: test_apm.py 项目: Purg/vital
 def test_add_search_path_bad_dir(self):
     AlgorithmPluginManager.add_search_path("/probably/not/a/directory/foo")
     self.test_load_named()
示例#2
0
 def test_add_search_path_bad_dir(self):
     AlgorithmPluginManager.add_search_path("/probably/not/a/directory/foo")
     self.test_load_named()
示例#3
0
文件: test_apm.py 项目: Purg/vital
 def test_add_search_path(self):
     AlgorithmPluginManager.add_search_path("/")
     self.test_load_named()
示例#4
0
 def test_add_search_path(self):
     AlgorithmPluginManager.add_search_path("/")
     self.test_load_named()