testing.combinations(
("default", lambda ctx: 10),
("default", func.foo()),
("identity_gen", Identity()),
("identity_gen", Sequence("some_seq")),
("identity_gen
| 1 | from contextlib import contextmanager |
| 2 | from contextlib import nullcontext |
| 3 | import pickle |
| 4 |
nothing calls this directly
no outgoing calls
no test coverage detected