How to use the shellingham.posix.ps._parse_ps_output function in shellingham

To help you get started, we’ve selected a few shellingham examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github sarugaku / shellingham / tests / test_ps.py View on Github external
def test_parse_ps_output(output, expected):
    parsed = dict(_parse_ps_output(output))
    assert parsed == expected

shellingham

Tool to Detect Surrounding Shell

ISC
Latest version published 6 months ago

Package Health Score

87 / 100
Full package analysis

Similar packages