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.14.0.tar.gz
(24.8 kB
view hashes)
Built Distribution
Close
Hashes for shellinspector-0.14.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6b4668862e8b0652e893262f943a841633c3605d70c03e8c2a321c168dc690c |
|
MD5 | 54941fa55b79bc5772c17ea04345da84 |
|
BLAKE2b-256 | 14ec07f13b935a3c2737e57d96b2f9dfafdd5462a8900abe962128526ad53c8c |