summaryrefslogtreecommitdiff
path: root/setuptools/tests
Commit message (Expand)AuthorAgeFilesLines
* For now, suppress creation of package __init__.develop-nspkgJason R. Coombs2016-11-071-4/+4
* Use unicode literals for Python 2.7 compatibilityJason R. Coombs2016-11-071-1/+1
* Move imports to top and use absolute_import for Python 2.7 compatibilityJason R. Coombs2016-11-071-4/+5
* pip can't accept -e and -tJason R. Coombs2016-11-071-1/+14
* Add test capturing expectation for #250.Jason R. Coombs2016-11-071-0/+73
* Fix quantity of blank lines.stepshal2016-10-1816-38/+5
* Sort manifest file list in testsTim Heap2016-10-181-1/+19
* Just skip these tests on Python 2.6.Jason R. Coombs2016-10-141-4/+9
* Now running under tox, Python 2.6 gets a non-zero PYTHONHASHSEED, so tests ar...Jason R. Coombs2016-10-141-4/+0
* Much faster implementation of FileList, for big egg_info speedupsTim Heap2016-10-151-14/+54
* Find nested packages with excluded parentTim Heap2016-10-051-2/+2
* Note find_packages backwards incompatible changeTim Heap2016-09-261-0/+9
* Remove unused importJason R. Coombs2016-09-091-2/+0
* Make import unconditionalOfekmeister2016-08-201-1/+1
* Merge remote-tracking branch 'refs/remotes/pypa/master'Ofekmeister2016-08-203-33/+521
|\
| * Fix quantity of blank lines after code object, class of function definition.stepshal2016-08-202-0/+2
| * Rewrite test, dynamically generating the .tar.gz file, with help from dstufft...Jason R. Coombs2016-08-191-32/+18
| * Use six for python major version detectionJason R. Coombs2016-08-191-4/+6
| * Merge pull request #718 from dholth/masterJason R. Coombs2016-08-191-2/+25
| |\
| | * gate test against get_abi3_suffix()Daniel Holth2016-08-051-1/+1
| | * rename is_abi3 to py_limited_apiDaniel Holth2016-08-051-1/+1
| | * call finalize_options in testDaniel Holth2016-08-051-2/+7
| | * use abi3 extension if Extension().is_abi3Daniel Holth2016-08-031-1/+19
| * | Copy FileList tests from distutilsTim Heap2016-08-171-9/+274
| * | Add tests for MANIFEST.inTim Heap2016-08-171-0/+210
* | | Fix issue #459Ofekmeister2016-08-161-0/+2
|/ /
* | Update test_msvc.pyJ. Goutin2016-08-021-2/+0
|/
* Try only applying one xfail.Jason R. Coombs2016-08-021-2/+3
* Change order of xfail, giving the unfiltered one precedence.Jason R. Coombs2016-08-021-1/+1
* Mark tests as xfail. Ref #704 Ref #709 Ref #710.Jason R. Coombs2016-08-022-0/+2
* Get six from externJason R. Coombs2016-08-011-1/+2
* Add coding headerJason R. Coombs2016-08-011-0/+2
* Add test capturing #709.Jason R. Coombs2016-08-011-0/+52
* The future is here! (Fix test failures on Python 2.7 introduced in 8cc9cd3c76).Jason R. Coombs2016-08-011-0/+3
* Remove unused importsJason R. Coombs2016-08-011-4/+0
* Build metadata programmatically to avoid weird double-newline removal.Jason R. Coombs2016-07-311-10/+15
* Extract variable for contentJason R. Coombs2016-07-311-13/+9
* Rewrite test_dist_info using pytest fixtures.Jason R. Coombs2016-07-311-38/+43
* Correct importJason R. Coombs2016-07-301-1/+1
* For now mark test as xfail until the issue can be diagnosed and resolved. Ref...Jason R. Coombs2016-07-301-0/+4
* Use the logic already vetted for determining ascii context.Jason R. Coombs2016-07-301-1/+1
* Move import to topJason R. Coombs2016-07-301-1/+1
* Mark test as xfail. Ref #706.Jason R. Coombs2016-07-301-0/+2
* Add test capturing undesirable behavior when unicode characters appear in the...Jason R. Coombs2016-07-301-0/+51
* ReindentJason R. Coombs2016-07-301-5/+5
* Don't rely on mock in the pluginJason R. Coombs2016-07-301-7/+3
* Update test_msvc.pyJ. Goutin2016-07-231-1/+1
* Exception will not raiseJ. Goutin2016-07-231-3/+5
* Correct spellingJason R. Coombs2016-07-221-1/+1
* Merge pull request #616 from fkrull/issue398Jason R. Coombs2016-07-222-16/+99
|\