Lines Matching refs:expect_call
25 os.path.isfile.expect_call(input_package).and_return(True)
26 utils.system_output.expect_call(
28 utils.system_output.expect_call(
44 os_dep.command.expect_call('rpm')
49 utils.system_output.expect_call(v_cmd).and_return(ver)
53 utils.system_output.expect_call(s_cmd).and_return('source')
55 utils.system_output.expect_call(v_cmd).and_return(ver)
57 utils.system_output.expect_call(a_cmd).and_return('586')
59 utils.system.expect_call(i_cmd)
81 os_dep.command.expect_call('dpkg')
84 utils.system_output.expect_call(v_cmd).and_return(ver)
87 utils.system_output.expect_call(v_cmd).and_return(ver)
89 utils.system_output.expect_call(a_cmd).and_return('586')
91 utils.system_output.expect_call(i_cmd,
114 package.info.expect_call(input_package).and_return(package_info)
116 utils.system.expect_call(install_command)
124 os_dep.command.expect_call('alien')
131 utils.system_output.expect_call(
143 os_dep.command.expect_call(package_manager)
146 os_dep.command.expect_call('alien')
159 os_dep.command.expect_call(package_manager).and_raises(ValueError)
162 os_dep.command.expect_call('alien').and_raises(ValueError)