Method
test_single_chain
t/integration/test_canvas.py:180–182
· t/integration/test_canvas.py::test_chain.test_single_chain
(self, manager)
Source from the content-addressed store, hash-verified
| 178 | |
| 179 | @flaky |
| 180 | def test_single_chain(self, manager): |
| 181 | c = chain(add.s(3, 4))() |
| 182 | assert c.get(timeout=TIMEOUT) == 7 |
| 183 | |
| 184 | @flaky |
| 185 | def test_complex_chain(self, manager): |
Callers
nothing calls this directly
Tested by
no test coverage detected