imapclient icon indicating copy to clipboard operation
imapclient copied to clipboard

Run Vulture over the codebase

Open mjs opened this issue 8 years ago • 1 comments

http://pypi.python.org/pypi/vulture

Consider making this an automated test.

mjs avatar Jan 18 '17 08:01 mjs

https://pypi.python.org/pypi/coverage

Maybe consider adding coverage.py in the automated test suite (especially with livetest.py execution)? Really simple to set up and gives more insights, as it is based on the tests execution. I especially love the branch = True option, to detect if each condition has been tested in complex blocks.

mlorant avatar Oct 13 '17 22:10 mlorant