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.2.0.tar.gz
(9.3 kB
view hashes)
Built Distribution
Close
Hashes for shellinspector-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9fae84e22f8eac85d55e67f83431948cb5a86ecb307dbb700fd1925ce8cd9381 |
|
MD5 | e423dc12084889505d20512e8a74411f |
|
BLAKE2b-256 | 5222c90e4a862f1e0e7f3db7824dc5861d63a42e68214b65d43181b285155060 |