Skip to main content

No project description provided

Project description

Shell Inspector 🕵️‍️

Open a shell session locally or via SSH, execute commands, and test what comes back.

asciicast

First, prepare a spec file, e.g. readme.ispec:

[@local]$~ ping -c1 google.com
1 packets transmitted
[@local]$ whoami
shellinspector

Then, run it:

$ python -m shellinspector readme.ispec
running readme.console
PASS [@local]$~ ping -c1 google.com
FAIL [@local]$ whoami
expected:
    shellinspector
actual:
    luto

For more details have a look at docs/syntax.md.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

shellinspector-0.13.0.tar.gz (21.6 kB view hashes)

Uploaded Source

Built Distribution

shellinspector-0.13.0-py3-none-any.whl (10.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page