コード例 #1
0
 def test_hdp_select_bad(self, mock):
     assert service_installer.is_hdp_select_installed() == False
コード例 #2
0
 def test_hdp_select_good(self, mock):
     assert service_installer.is_hdp_select_installed() == True
コード例 #3
0
 def test_hdp_select_good(self, mock):
   assert service_installer.is_hdp_select_installed() == True
コード例 #4
0
 def test_hdp_select_bad(self, mock):
     assert service_installer.is_hdp_select_installed() == False