Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MearaY/StegaPy
/ test_help
Method
test_help
tests/test_e2e.py:219–222 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
217
assert r.returncode != 0
218
219
def
test_help(self):
220
r = _cli(
"--help"
)
221
assert r.returncode == 0
222
assert
"embed"
in r.stdout
Callers
nothing calls this directly
Calls
1
_cli
Function · 0.85
Tested by
no test coverage detected