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

Method exhibits_default_config_object

tests/loader.py:35–38  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

33
34class Loader_:
35 def exhibits_default_config_object(self):
36 loader = _BasicLoader()
37 assert isinstance(loader.config, Config)
38 assert loader.config.tasks.collection_name == "tasks"
39
40 def returns_module_and_location(self):
41 mod, path = _BasicLoader().load("namespacing")

Callers

nothing calls this directly

Calls 1

_BasicLoaderClass · 0.85

Tested by

no test coverage detected