aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Reuse @ack_2to3 in TestDevelop.test_2to3_user_modeMiro Hrončok2020-05-121-1/+3
* 👹 Feed the hobgoblins (delint).Jason R. Coombs2020-01-191-1/+1
* Rename find_namepaces_ns to find_namespace_packages (#1423)Carsten Klein2018-08-171-0/+12
* tests: make sure some essential tests are runBenoit Pierre2017-09-201-320/+0
* tests: fix `fail_on_ascii` fixtureBenoit Pierre2017-07-131-2/+2
* Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle"Jason R. Coombs2017-02-241-1/+1
* Strip out vendored packages and require them instead. Ref #581.Jason R. Coombs2017-01-011-1/+1
* Fix quantity of blank lines.stepshal2016-10-181-4/+0
* Test for membership should be 'not in'.stepshal2016-07-211-3/+3
* Merge pull request #652 from stepshal/one_commaJason R. Coombs2016-07-201-1/+1
|\
| * Make exactly one space after comma.stepshal2016-07-141-1/+1
* | Remove whitespace around parameter '=' sign.stepshal2016-07-141-6/+6
|/
* Merge pull request #642 from stepshal/bracketJason R. Coombs2016-07-131-1/+1
|\
| * tests: match closing bracket for visual identationstepshal2016-07-131-1/+1
* | Merge pull request #637 from stepshal/comparisonJason R. Coombs2016-07-131-1/+1
|\ \
| * | Fix comparison with None.stepshal2016-07-131-1/+1
| |/
* | Add missing whitespace.stepshal2016-07-141-36/+36
* | Fix quantity of blank lines after code object.stepshal2016-07-131-0/+2
|/
* Modeling after Astropy's technique for bundling libraries, the imports are no...Jason R. Coombs2015-12-311-6/+1
* Update vendoring technique to match that used for packaging. Ref #229.Jason R. Coombs2015-12-311-1/+6
* Merge with master. Ref #229.Jason R. Coombs2015-12-311-0/+5
|\
| * Expect failure running Python 3 only tests on Python 2Jason R. Coombs2015-12-011-0/+1
| * Correct usageJason R. Coombs2015-12-011-1/+1
| * Expect failures on these tests due to ASCIIJason R. Coombs2015-12-011-0/+4
* | Merge with 10.2.1Jason R. Coombs2015-01-021-155/+127
|\|
| * Removed remainder of unittest dependence in setuptools/tests/__init__.pyJason R. Coombs2015-01-011-96/+83
| * Unify detection of bytecodeJason R. Coombs2015-01-011-8/+7
| * Convert DependsTests to pytest discovered tests.Jason R. Coombs2015-01-011-39/+38
| * Remove additional tests, no longer relevant.Jason R. Coombs2015-01-011-12/+0
| * Remove duplicate importJason R. Coombs2014-12-291-1/+0
| * Move api_tests to pkg_resources package. Fixes #312.Jason R. Coombs2014-12-251-1/+1
* | Use six for Python 2 compatibilityJason R. Coombs2014-07-051-3/+3
|/
* Remove doctests module. It is now part of Python.Jason R. Coombs2014-07-051-2/+1
* Backout b17e9a0ea116 and 50725de303ef, restoring Feature model. Fixes #161 an...Jason R. Coombs2014-03-081-0/+84
* Remove import (missed in parent commit).Jason R. Coombs2014-02-091-1/+0
* Removed Features functionality. Fixes #65.Jason R. Coombs2014-02-091-83/+0
* Merged upstream changes.Vinay Sajip2013-06-191-0/+1
|\
| * Merge with upstreamJason R. Coombs2013-06-181-92/+71
| |\
| * | Changes to support 2.x and 3.x in the same codebase.Vinay Sajip2011-06-201-4/+6
* | | Misc. updates following 2to3 checks.Vinay Sajip2013-06-171-1/+1
* | | Initial commit. All tests pass on 2.7, 3.2 and 3.3, though there are some ate...Vinay Sajip2013-06-151-4/+6
| |/ |/|
* | Adds a fix for issue #318, including a regression test. This also fixes anot...Erik Bray2012-09-061-1/+1
* | Got rid of deprecated assert_ and assertEquals.Lennart Regebro2012-08-221-32/+32
* | Merge fix for doctest failures on Python 3. Fixes #277.Jason R. Coombs2012-04-141-2/+2
|\ \
| * | Fixed test failures in the doctests on Python 3.Jason R. Coombs2012-04-141-2/+2
* | | Merge fixes for depends module imports. Fixes in part #277.Jason R. Coombs2012-04-141-14/+22
|\ \ \
| * | | Fixed issue where some functions are excluded from the depends module on cert...Jason R. Coombs2012-04-141-14/+22
| |/ /
* / / Cleaned up excess whitespaceJason R. Coombs2012-04-011-34/+3
|/ /
* / Reorganized importsJason R. Coombs2012-04-011-14/+16
|/
* removed assertTrue/assertFalse occurrencesTarek Ziade2010-05-191-32/+32