cpython/Lib/packaging
Éric Araujo 0a733627f9 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).
2011-08-20 09:31:25 +02:00
..
command Minor cleanup 2011-08-20 09:19:25 +02:00
compiler
pypi
tests Add a simple test for the packaging RECORD file. 2011-08-20 09:31:25 +02:00
__init__.py
_trove.py
compat.py
config.py
create.py Improve “pysetup create” help messages. 2011-08-19 00:56:57 +02:00
database.py Fix typo 2011-08-19 00:53:20 +02:00
depgraph.py Minor packaging cleanup. 2011-07-29 02:37:21 +02:00
dist.py
errors.py
fancy_getopt.py
install.py Minor packaging cleanup. 2011-07-29 02:37:21 +02:00
manifest.py
markers.py
metadata.py Remove class that was only useful with Sphinx autodoc 2011-08-19 00:53:04 +02:00
run.py Let all pysetup actions return a meaningful 0 or 1 exit code (#12222). 2011-07-29 02:31:39 +02:00
util.py Fix wrong use of root logger in packaging (also a NameError) 2011-08-04 17:17:07 +02:00
version.py