[issue18728] Increased test coverage for filecmp.py

Alex Volkov report at bugs.python.org
Sun Aug 25 20:05:00 CEST 2013


Alex Volkov added the comment:

HI Vajrasky,

I fixed the typo in a comment and removed WIN32 constant definition from the code.

I looked at the existing tearDown method, on line 79, it calls shutil.rmtree on a directory above the files/directories I'm writing my test files, so the statements and the end of each function or combining these statements in a cleanup function is redundant, so I removed them.

Alex.

----------
Added file: http://bugs.python.org/file31465/test_filecmp_v2.patch

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


More information about the Python-bugs-list mailing list