framewirc icon indicating copy to clipboard operation
framewirc copied to clipboard

Reach 100% coverage

Open meshy opened this issue 10 years ago • 5 comments

It's a nice plan, but TBH I'm not sure how to go about testing coroutines, asyncio connections and yield from statements. Currently, that's the only bit that's not covered.

meshy avatar Oct 18 '15 21:10 meshy

... of course, code coverage doesn't prove the code does the right thing, but at least is shows it does something ;)

meshy avatar Oct 18 '15 21:10 meshy

bottom's tests look as though they could be good inspiration.

meshy avatar Jan 02 '16 23:01 meshy

This article on "Testing, async, asyncio, and performance" also bears reading.

meshy avatar May 04 '16 08:05 meshy

Looks very interesting :) (It looks like there's a typo in the link, it resolves to a github page)

kevinetienne avatar May 04 '16 09:05 kevinetienne

Sorted, thanks for that @KevinEtienne :)

meshy avatar May 04 '16 09:05 meshy