Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyinvoke/invoke
/ _output_eq
Function
_output_eq
integration/main.py:13–14 ·
view source on GitHub ↗
(cmd: str, expected: str)
Source
from the content-addressed store, hash-verified
11
12
13
def
_output_eq(cmd: str, expected: str) -> None:
14
assert run(cmd, hide=True).stdout.strip() == expected
15
16
17
class
Main:
Callers
9
basic_invocation
Method · 0.85
version_output
Method · 0.85
shorthand_binary_name
Method · 0.85
explicit_task_module
Method · 0.85
invocation_with_args
Method · 0.85
loads_real_user_config
Method · 0.85
invocable_via_python_dash_m
Method · 0.85
false_as_optional_arg_default_value_works_okay
Method · 0.85
tasks_can_access_the_parser_remainder_value
Method · 0.85
Calls
1
run
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…