Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyinvoke/invoke
/ post_tasks
Method
post_tasks
tests/executor.py:94–96 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
92
assert self.task1.body.call_count == 1
93
94
def
post_tasks(self):
95
self.executor.execute(
"task4"
)
96
assert self.task1.body.call_count == 1
97
98
def
calls_default_to_empty_args_always(self):
99
pre_body, post_body = Mock(), Mock()
Callers
nothing calls this directly
Calls
1
execute
Method · 0.45
Tested by
no test coverage detected