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 <rep...@bugs.python.org>
<http://bugs.python.org/issue15518>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to