Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def test_parse_ps_output(output, expected): parsed = dict(_parse_ps_output(output)) assert parsed == expected
Tool to Detect Surrounding Shell