summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/tests/test_command_upload_docs.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove packaging from the standard library.Éric Araujo2012-06-241-186/+0
| | | | | | Distutils2 will live on on PyPI and be included in the stdlib when it is ready. See discussion starting at http://mail.python.org/pipermail/python-dev/2012-June/120430.html
* Clean up some idioms in packaging tests.Éric Araujo2011-10-191-3/+2
| | | | | | | | - 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
* Change signature of packaging.tests.support.LoggingCatcher.get_logs.Éric Araujo2011-10-191-3/+7
| | | | | | I need this for some tests, and it makes code clearer. This commit also changes some assertEqual calls to use (actual, expected) order and fix some pyflakes warnings.
* Make a number of small changes to ease the backport to distutils2Éric Araujo2011-09-181-37/+28
|
* Fix fallback base class when tests run without threadingÉric Araujo2011-09-181-1/+1
|
* Factor out code used by packaging commands for HTTP requests (#12169).Éric Araujo2011-07-081-26/+1
| | | | | | We now have one function to prepare multipart POST requests, and we use CRLF, as recommended by the HTTP spec (#10150). Initial patch by John Edmonds.
* skip the pypi upload doc test via https, if ssl is not availableTarek Ziade2011-05-211-0/+5
|
* Issue #12115: skipping all tests that need threading under a threadless ↵Tarek Ziade2011-05-191-1/+8
| | | | environment
* Issue #12109 fixing typo in packaging's test_command_upload_docsTarek Ziade2011-05-191-2/+2
|
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+205