Message184678
Senthil,
The two lines you excluded from that patch give us coverage on HTTPError.__str__ , I added to the existing interface test so as not to re-produce the code there. I still think it could be added since it will give us that last line of coverage and verifies the exception's code and msg are in the string representation of HTTPError.
root@d1:/root/hg/cpython# ./python ../coveragepy report --show-missingName Stmts Miss Cover Missing
------------------------------------------------
Lib/urllib/error 32 1 97% 56 |
|
Date |
User |
Action |
Args |
2013-03-19 20:52:07 | dwoz | set | recipients:
+ dwoz, orsenthil, python-dev |
2013-03-19 20:52:07 | dwoz | set | messageid: <1363726327.94.0.318795442637.issue17471@psf.upfronthosting.co.za> |
2013-03-19 20:52:07 | dwoz | link | issue17471 messages |
2013-03-19 20:52:07 | dwoz | create | |
|