Ejemplo n.º 1
0
 def test_add_search_path_bad_dir(self):
     apm.add_search_path("/probably/not/a/directory/foo")
     apm.register_plugins()
Ejemplo n.º 2
0
 def test_add_search_path(self):
     apm.add_search_path("/")
     apm.register_plugins()