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.7.1.tar.gz
(12.6 kB
view hashes)
Built Distribution
Close
Hashes for shellinspector-0.7.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ceabdffc41d59ef3a82ba258acdcb25956d47f654c6e0f458815127c0e24ca68 |
|
MD5 | 73915fb9ce5e65fa39193fc649af2ace |
|
BLAKE2b-256 | 18705ffc89d5a04deba0799756f8aad1f322645209d7a35d52d433ba438aa083 |