[issue14183] Test coverage for packaging.install and packaging.pypi.wrapper

Francisco Martín Brugué report at bugs.python.org
Sat Mar 3 20:20:54 CET 2012


Francisco Martín Brugué <francismb at email.de> added the comment:

Nadeem:
> - Don't use spaces around the '=' sign when used to indicate a
>      keyword argument or a default parameter value.
ok, "code formating" is not working as expected (at least for lambdas...)


Éric :
> If you grep packaging tests for XXX|TODO|FIXME, you’ll find 22 
> entries.  Fixing those may not have an impact on coverage numbers,
> but will definitely improve things.  
> There are also XXX notes in the code itself,
> open bugs on this tracker, and some dozen more in my todo lists.  

I've, at least one of your wishes under the radar: 14140 but right now I
lack of the time for it and I prefer to get the open issues where I'm helping closed or rejected first (otherwise these is too much open “fronts” :) ). 

That one was just curiosity: I've tried with coverage against the whole stdlib and then sorted things in ascending coverage % order and took one: Lib/packaging/pypi/wrapper :) . After looking a bit I came to the default parameter of 'get_infos' ...

Cheers,
francis

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14183>
_______________________________________


More information about the Python-bugs-list mailing list