assertFalse,"Implement tests for checking that an actual process is started."
popen_mock.assert_called_with("graph_pipeline.sh",body)# assert that the graph pipeline script is ran with the JSON config that was received in the request
popen_intance_mock.pid.assert_called()# assert that the process ID attribute was called and saved