示例#1
0
文件: test_apm.py 项目: Kitware/vital
 def test_add_search_path_bad_dir(self):
     apm.add_search_path("/probably/not/a/directory/foo")
     apm.register_plugins()
示例#2
0
文件: test_apm.py 项目: Kitware/vital
 def test_add_search_path(self):
     apm.add_search_path("/")
     apm.register_plugins()