コード例 #1
0
ファイル: test_executor.py プロジェクト: m2bright/rapid
 def test_get_executable_name_no_remote_file(self):
     """
     rapid-unit: Rapid Client:Remote Execution:Can remotely execute code on client
     :return:
     :rtype:
     """
     eq_("filename", Executor._get_executable_name("filename"))
コード例 #2
0
 def test_get_executable_name_with_remote_file(self):
     """
     rapid-unit: Rapid Client:Remote Execution:Can remotely execute code on client
     :return:
     :rtype:
     """
     eq_("filename", Executor._get_executable_name("{}filename".format(Communication.REMOTE_FILE)))