This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author diana
Recipients diana
Date 2014-04-26.14:50:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398523805.84.0.496450374391.issue21357@psf.upfronthosting.co.za>
In-reply-to
Content
- Increase filecmp test coverage from 63% to 76%

- I left the testing style as-is, though it could probably be modernized.

- I did not attempt to add coverage for 'funny_files', 'subdirs', etc, next pass perhaps.

- Before:

diana$ ./python.exe ../coveragepy report --show-missing
Name          Stmts   Miss  Cover   Missing
-------------------------------------------
Lib/filecmp     163     61    63%   64, 80, 126, 130, 159-161, 164-166, 172, 174, 178-180, 190-194, 197-199, 203-224, 227-230, 233-236, 246, 293-302, 305

- After:

diana$ ./python.exe ../coveragepy report --show-missing
Name          Stmts   Miss  Cover   Missing
-------------------------------------------
Lib/filecmp     163     39    76%   64, 80, 126, 130, 159-161, 164-166, 172, 174, 178-180, 192-194, 197-199, 217-218, 220-221, 223-224, 229-230, 235-236, 246, 293-302, 305

Thoughts? Thanks!
History
Date User Action Args
2014-04-26 14:50:05dianasetrecipients: + diana
2014-04-26 14:50:05dianasetmessageid: <1398523805.84.0.496450374391.issue21357@psf.upfronthosting.co.za>
2014-04-26 14:50:05dianalinkissue21357 messages
2014-04-26 14:50:04dianacreate