No project description provided
Project description
Shell Inspector 🕵️️
Open a shell session locally or via SSH, execute commands, and test what comes back.
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
Release history Release notifications | RSS feed
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.12.0.tar.gz
(21.5 kB
view hashes)
Built Distribution
Close
Hashes for shellinspector-0.12.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d2ff8dd22427ce6f75341e127d950bca23e5c6528434bd06817bafe4936577a |
|
MD5 | 6afea85630a1a185c0584f34a85faec0 |
|
BLAKE2b-256 | f1c91ac875a9abdb7b727ade61e6e87cb04a1771e088396685d0141456776b1d |