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.13.0.tar.gz
(21.6 kB
view hashes)
Built Distribution
Close
Hashes for shellinspector-0.13.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c427da16956fb15a6f091c861e0a452dcedb6f2c84d87de0472266774f67afb6 |
|
MD5 | 78c0114a354b77bcc039c6631c68bf64 |
|
BLAKE2b-256 | 68f456fde56847852535440a80d40808788e87a4d638fb494b6fb8703028f884 |