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

Method can_take_module_objects

tests/collection.py:362–364  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

360 assert "foo" in self.c.collections
361
362 def can_take_module_objects(self):
363 self.c.add_collection(load("integration"))
364 assert "integration" in self.c.collections
365
366 def allows_specifying_defaultness(self):
367 collection = Collection("foo")

Callers

nothing calls this directly

Calls 2

loadFunction · 0.90
add_collectionMethod · 0.80

Tested by

no test coverage detected