src.util.tests.test_processes module

class src.util.tests.test_processes.TestSubprocessInteraction(methodName='runTest')[source]

Bases: unittest.case.TestCase

test_run_shell_commands_stdout1()[source]
test_run_shell_commands_stdout2()[source]
test_run_shell_commands_exitcode()[source]
test_run_shell_commands_envvars()[source]
test_poll_command_shell_true()[source]
test_poll_command_shell_false()[source]
test_poll_command_error()[source]
test_run_command_stdout1()[source]
test_run_command_exitcode()[source]