]> granicus.if.org Git - python/commit
Add a simple test for the packaging RECORD file.
authorÉric Araujo <merwok@netwok.org>
Sat, 20 Aug 2011 07:31:25 +0000 (09:31 +0200)
committerÉric Araujo <merwok@netwok.org>
Sat, 20 Aug 2011 07:31:25 +0000 (09:31 +0200)
commit0a733627f968e7a886fea64cb3c5bddc32eb55ea
tree2d6624dd311879ddabfac15cf282d24f5863e21e
parentba9b2689be0746c36171311dadcb64464ce6baae
Add a simple test for the packaging RECORD file.

The existing test_record is not easily extendable to add script files or
extension modules: it collects all files from fake_dists and generates a
RECORD file at runtime.  I felt more comfortable adding a new test
written from scratch more self-contained (just one project with
well-defined files) and more stupid (the checksums and sizes are
computed once and hard-coded).
Lib/packaging/tests/test_command_install_distinfo.py