summaryrefslogtreecommitdiff
path: root/setuptools/tests/test_upload_docs.py
Commit message (Expand)AuthorAgeFilesLines
* Fix documentation upload by fixing content_type in _build_multipart on Python...Florian Schulze2017-03-111-0/+2
* Fix quantity of blank lines.stepshal2016-10-181-2/+0
* Add test for build_multipartJason R. Coombs2016-05-311-0/+12
* Use closing for Python 2.6 compatibilityJason R. Coombs2015-01-021-1/+2
* Open zip file in contextJason R. Coombs2015-01-021-5/+2
* woh what?Jason R. Coombs2015-01-021-1/+1
* Use tempdir contextJason R. Coombs2015-01-021-8/+3
* Replace comment with clearer docstring.Jason R. Coombs2015-01-021-2/+4
* Leverage fixtures for sample project and user_overrides.Jason R. Coombs2015-01-021-35/+18
* Remove copy pastaJason R. Coombs2015-01-021-2/+0
* Remove dependence on unittest in test_upload_docsJason R. Coombs2015-01-021-4/+3
* Use DALSJason R. Coombs2015-01-021-4/+9
* Normalize importsJason R. Coombs2015-01-021-1/+8
* Fix failing test case on Windows (can't rmtree if a file is open in that tree)Jason R. Coombs2012-10-211-0/+2
* Fix a test broken by 984cedb.Stefan H. Holek2012-10-191-5/+10
* make sure all tests passes on all python versions fixes #149Tarek Ziade2010-05-061-11/+11
* Added upload_docs unit test and fixed a bug in test_develop.Alice Bevan-McGregor2009-11-151-0/+65