浏览代码

[#1149] added a filebrowse_action method to MockFS for oozie.models2_tests.TestEditor.test_create_new_workflow (#1150)

Co-authored-by: Romain Rigaux <romain.rigaux@gmail.com>
Sungpeo Kook 5 年之前
父节点
当前提交
6e99ff3b34
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      apps/oozie/src/oozie/tests.py

+ 3 - 0
apps/oozie/src/oozie/tests.py

@@ -283,6 +283,9 @@ class MockFs(object):
         self.isDir = True
     return MockWebHdfsStat()
 
+  def filebrowser_action(self):
+    return None
+
 
 class OozieMockBase(object):