[New-bugs-announce] [issue15518] Provide test coverage for filecmp.dircmp.report methods.

Chris Calloway report at bugs.python.org
Wed Aug 1 04:02:13 CEST 2012


New submission from Chris Calloway:

The filecmp module has no tests for the following methods of the dircmp class:

report()
report_partial_closure()
report_full_closure()

The attached patch provides those tests. This issue was suggested in issue 15454. Future plans for these tests are provided in that issue.

----------
components: Tests
files: test_filecmp-1.patch
keywords: patch
messages: 167070
nosy: cbc
priority: normal
severity: normal
status: open
title: Provide test coverage for filecmp.dircmp.report methods.
versions: Python 3.3
Added file: http://bugs.python.org/file26635/test_filecmp-1.patch

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


More information about the New-bugs-announce mailing list