ClusterConcept

Async Mock Await/Context Confusion

cluster-410

A recurring test/mocking motif where an async-compatible mock is implemented as a coroutine even though production code uses both await and async-with, leading to failures until execute returns an object with aenter/aexit directly.