Re: [Python-Dev] Improve test coverage for standard library

2017-07-10 Thread Brett Cannon
In general the answer to helping with code coverage is "whatever module motivates you to help". :) So unless a core dev has a specific module that they want to help you write tests for then it's whatever you want to work on. And for easy reference, the code coverage report can be found at https://

[Python-Dev] Improve test coverage for standard library

2017-07-10 Thread Artem Muterko
Good day, I've noticed that test coverage of standard library tools can be improved and wanted to ask which module is better to start with? I'm kindly asking to point to the module which would be good to start writing tests for and also easy to review for other contributors. Best regards, Artem