noisyboiler / wampy

Websocket RPC and Pub/Sub for Python applications and microservices
Mozilla Public License 2.0
127 stars 24 forks source link

Help With Coverage #90

Closed noisyboiler closed 4 years ago

noisyboiler commented 5 years ago

Most wampy tests are end-to-end and do actually hit the entire internal stack. but the coverage report does not seem to notice all these internal function calls. So..., for confidence, wampy does need some more "unit" tests.

coverage should be >=95%

I support having internal, "private" methods, starting with underscores that are not unit tested, as long as the callers are unit tested; many functions within wampy could be underscored.

noisyboiler commented 4 years ago

it's now up to 86%