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

Method chaining_is_depth_first

tests/executor.py:138–151  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

136
137 class deduping_and_chaining:
138 def chaining_is_depth_first(self):
139 expect(
140 "-c depth_first deploy",
141 out="""
142Cleaning HTML
143Cleaning .tar.gz files
144Cleaned everything
145Making directories
146Building
147Deploying
148Preparing for testing
149Testing
150""".lstrip(),
151 )
152
153 def _expect(self, args, expected):
154 expect("-c integration {}".format(args), out=expected.lstrip())

Callers

nothing calls this directly

Calls 1

expectFunction · 0.90

Tested by

no test coverage detected