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.inspect
:
[@local]$~ ping -c1 google.com
1 packets transmitted
[@local]$ whoami
shellinspector
Then, run it:
$ python -m shellinspector readme.inspect
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.3.0.tar.gz
(10.9 kB
view hashes)
Built Distribution
Close
Hashes for shellinspector-0.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca8d6b3dfc20cb45011350422ecc48eec70cb9dbc3f9ebdab2045cad1eda9b6e |
|
MD5 | 6a990ab29555d6101b428bdda01a2de9 |
|
BLAKE2b-256 | ed1bcb2bb6bc12fcd4f8d2b374c65c33191dd530a6f096bccb29bfa8d07d88cb |