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.6.0.tar.gz
(11.4 kB
view hashes)
Built Distribution
Close
Hashes for shellinspector-0.6.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f35b582ea9be8d7cc3761cd94568861fff87e4a697a291057fffee68b849702 |
|
MD5 | 5ce3cdda912464a5566ed2815c5dbfba |
|
BLAKE2b-256 | 078ca22183803e13e97350a068b4b4037a22c605fc2527510fc72aee4b35be47 |