summaryrefslogtreecommitdiff
path: root/distutils2/tests/test_command_bdist.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge default?ric Araujo2012-05-211-1/+14
|\
| * Merge Yannick?s test into main repo?ric Araujo2012-04-211-0/+13
| |\
| | * improved the test coverage on commands.bdistYannick Gingras2010-12-091-1/+13
| | |
* | | Branch merge?ric Araujo2011-11-201-8/+3
|\ \ \ | |/ / |/| |
* | | Move copies of stdlib test code from tests.__init__ to runtests.?ric Araujo2011-11-151-2/+10
|/ / | | | | | | | | | | | | | | | | | | I deleted captured_stdout because its usage felt clumsy to me; better to use stdlib?s test.support.captured_stdout in packaging and just write out the code for d2. I checked that adding the import of d2.tests.unittest at the top level did not change the coverage accuracy (see comment in the source and the history of the file for more info).
* | Make bdist_* commands respect --skip-build passed to bdist (#10946).?ric Araujo2011-09-191-28/+12
| | | | | | | | | | | | There was already a test for this, but it was complicated and had a subtle bug (custom command objects need to be put in dist.command_obj so that other command objects may see them) that rendered it moot.
* | Remove obsolete mentions of the compress program and .Z archives.?ric Araujo2011-09-191-13/+10
| | | | | | | | | | | | d2 uses the shutil.make_archive function (moved from distutils), which does not support compress. There is no test to check that ?bdist --format whatever? works, so this slipped by.
* | Backported packaging from cpython default, overwriting previous version.Vinay Sajip2011-08-181-3/+3
| |
* | Branch merge?ric Araujo2011-01-211-2/+45
|\ \ | |/
| * made sure that we test both side of the skip_build optionYannick Gingras2010-12-091-1/+7
| |
| * improved test coverage on command.bdistAndrew Francis2010-12-081-0/+26
| |
| * improved test coverage for command.bdistYannick Gingras2010-12-081-2/+13
| |
* | Save up a bit of memory thanks to dict.iter* and __iter__?ric Araujo2010-12-171-4/+3
|/
* Remove some ununsed imports.Alexis Metaireau2010-10-041-5/+0
|
* Rename command's tests filenames to test_command_*, and install_tools.py to ↵Alexis Metaireau2010-10-041-0/+40
install.py The goal is to avoid overlaps between commands and scripts names (for instance the "install" script and the "install" command)