コード例 #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()