summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/tests/test_command_install_data.py
Commit message (Collapse)AuthorAgeFilesLines
* Minor tweak to packaging tests.Éric Araujo2011-11-061-0/+2
| | | | | | | | | | When an option is changed on a command object, calling ensure_finalized for a second time will not run finalize_options again, because ensure_finalized is a no-op the second time. By resetting the finalized attribute, we can be sure that whatever computation takes place in finalize_options will happen again. (In test_command_clean, I removed two lines that were a no-op.)
* Try to fix buildbot failures from #13193Éric Araujo2011-11-051-0/+2
|
* Clean up some idioms in packaging tests.Éric Araujo2011-10-191-0/+5
| | | | | | | | - Use os.makedirs (I had forgotten about it!) - Let TempdirManager.write_file call os.path.join for us - Remove custom command added by test_dist - Use a skip instead of hiding a method with an underscore - Address pyflakes warnings
* Fix writing of the RESOURCES file by packaging (#12386)Éric Araujo2011-10-141-3/+54
|
* Remove unneeded --all option of “pysetup list”.Éric Araujo2011-09-121-0/+1
| | | | | | | | | | | | The command without arguments already prints all installed distributions found. In addition, change “releases” for “projects” in the description of the list action. Strictly speaking, one installed distribution satisfies the requirement for a release (i.e. version) of a project, but as currently only one release per project can be installed at a time, the two are somewhat equivalent, and “project” is more understandable in help texts (which call their argument “dist”, by the way..)
* packaging.tests.test_command_install_data: restore correctly sysconfig._SCHEMESVictor Stinner2011-05-191-4/+11
|
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+80