[issue14061] Misc fixes and cleanups in archiving code in shutil and test_shutil

Éric Araujo report at bugs.python.org
Wed Feb 29 10:06:52 CET 2012


Éric Araujo <merwok at netwok.org> added the comment:

test_shutil contains partial tests for the archiving functionality.  I plan to rewrite some tests so that for example you can see a skip message when bz2 is not available, instead of silent non-testing.  Also, the internal functions _make_tarfile and _make_zipfile are directly tested, but IMO it’d be better to only exercise make_archive.

----------
title: Clean up archiving code in shutil -> Misc fixes and cleanups in archiving code in shutil and test_shutil

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


More information about the Python-bugs-list mailing list