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

Method may_specify_executor_class

tests/program.py:73–75  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

71 assert Program().executor_class is Executor
72
73 def may_specify_executor_class(self):
74 klass = object()
75 assert Program(executor_class=klass).executor_class == klass
76
77 def config_class_defaults_to_Config(self):
78 assert Program().config_class is Config

Callers

nothing calls this directly

Calls 1

ProgramClass · 0.90

Tested by

no test coverage detected