[Python-Dev] Increase the code coverage of "OS" module

Maciej Fijalkowski fijall at gmail.com
Sat Mar 23 05:35:37 CET 2013


On Fri, Mar 22, 2013 at 2:28 AM, rakesh karanth <rakeshgk21 at hotmail.com> wrote:
> Hi python-dev,
>
> I'm interested in increasing the code coverage of the Python stdlib library
> "OS"
> Can some one who is already working on this or on a similar issue enlighten
> me on this?
>
> Thanks in advance.

Hey

You can check out pypy os tests, we cover a bit more than CPython.
(it's py.test based-though you might need to adapt it)


More information about the Python-Dev mailing list