(self)
| 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")]) |
nothing calls this directly
no test coverage detected