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.4.0.tar.gz
(11.0 kB
view hashes)
Built Distribution
Close
Hashes for shellinspector-0.4.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a478f290f39de76534bc965dd1f0200667bbba25f3b1c8e35cb71f510d6593a |
|
MD5 | 5419ff56e71d94899ae5e0b5de20aa62 |
|
BLAKE2b-256 | 5eb47717d2886ce3ab09f4d6d35ed1cc73e7340d7900c9d057c5b021624c4345 |