asynctest icon indicating copy to clipboard operation
asynctest copied to clipboard

Rename CoroutineMock to CoroutineFunctionMock

Open Martiusweb opened this issue 6 years ago • 0 comments

The name CoroutineMock is confusing (see #100, #101, etc) as it's the mock of a coroutine function, not a coroutine itself.

CoroutineMock should be renamed to CoroutineFunctionMock. CoroutineMock will be marked as deprecated and removed in 1.0.

Martiusweb avatar Aug 16 '18 16:08 Martiusweb