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

Method setup_method

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

Source from the content-addressed store, hash-verified

154
155 class parameters:
156 def setup_method(self):
157 self.mod = load("integration")
158 self.from_module = Collection.from_module
159
160 def name_override(self):
161 assert self.from_module(self.mod).name == "integration"

Callers

nothing calls this directly

Calls 1

loadFunction · 0.90

Tested by

no test coverage detected