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

Method config_class_defaults_to_Config

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

Source from the content-addressed store, hash-verified

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
79
80 def may_specify_config_class(self):
81 klass = object()

Callers

nothing calls this directly

Calls 1

ProgramClass · 0.90

Tested by

no test coverage detected