(flows)
| 304 | v[0].marked = True |
| 305 | |
| 306 | def methods(flows): |
| 307 | return [i.request.method for i in flows] |
| 308 | |
| 309 | assert methods(tctx.command(v.resolve, "~m get")) == ["GET", "GET"] |
| 310 | assert methods(tctx.command(v.resolve, "~m put")) == ["PUT", "PUT"] |
no outgoing calls
no test coverage detected
searching dependent graphs…