MCPcopy Index your code
hub / github.com/pyinvoke/invoke / uses_blank_config_by_default

Method uses_blank_config_by_default

tests/executor.py:39–41  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

37 assert e.config is conf
38
39 def uses_blank_config_by_default(self):
40 e = Executor(collection=Collection())
41 assert isinstance(e.config, Config)
42
43 def can_grant_access_to_core_arg_parse_result(self):
44 c = ParseResult([ParserContext(name="mytask")])

Callers

nothing calls this directly

Calls 2

ExecutorClass · 0.90
CollectionClass · 0.90

Tested by

no test coverage detected