Esempio n. 1
0
 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"))
Esempio n. 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)))