示例#1
0
文件: tests.py 项目: ronwxy/hue
 def test_get_path(self):
     assert_equal("/foo/bar", models.get_path("hdfs://host/foo/bar"))
示例#2
0
文件: tests.py 项目: guoqinga/hue
 def test_get_path(self):
   assert_equal("/foo/bar", models.get_path("hdfs://host/foo/bar"))