aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into develop-nspkg-alwaysdevelop-nspkg-alwaysJason R. Coombs2016-12-119-62/+667
|\
| * `test_ignore_errors` side effect mitigated.idle sign2016-12-101-0/+2
| |
| * Fixed test for `find()` results.idle sign2016-12-101-3/+5
| |
| * Implemented find() configuration support for `packages`.idle sign2016-12-101-0/+38
| |
| * config tests refactored.idle sign2016-12-101-17/+26
| |
| * `read_configuration()` now accepts `ignore_option_errors`.idle sign2016-12-101-0/+16
| |
| * Merge pull request #862 from idlesign/feat/setupcfg_handlingJason R. Coombs2016-12-081-0/+472
| |\ | | | | | | Metadata and options are now could be set in configuration files
| | * `read_configuration` now chdirs and tests for file.idle sign2016-12-071-1/+5
| | |
| | * `strict_mode` removed to improve forward compatibility.idle sign2016-12-051-12/+0
| | |
| | * Added API functions.idle sign2016-12-051-1/+19
| | |
| | * Tests and docstrings update.idle sign2016-12-051-0/+4
| | |
| | * `file:` directive sandboxed.idle sign2016-12-051-0/+12
| | |
| | * `metadata` aliases update.idle sign2016-12-041-1/+1
| | |
| | * Added `metadata` section aliases.idle sign2016-12-041-0/+25
| | |
| | * Section names now dot-separated to mimic .toml table names.idle sign2016-12-041-7/+9
| | |
| | * `dependency_links` as section not supported.idle sign2016-12-041-16/+0
| | |
| | * Implemented proper dangling option values support.idle sign2016-12-041-13/+98
| | |
| | * Added ConfigHandler.strict_mode.idle sign2016-12-041-2/+13
| | |
| | * Merge branch 'remote_pypa_master' into feat/setupcfg_handlingidle sign2016-12-034-4/+30
| | |\
| | * \ Merge branch 'remote_pypa_master' into feat/setupcfg_handlingidle sign2016-12-011-1/+1
| | |\ \
| | * | | Tests for config module 2.6 compatible.idle sign2016-11-261-20/+20
| | | | |
| | * | | Added tests for config module.idle sign2016-11-261-0/+339
| | | | |
| * | | | Spelling fixesVille Skyttä2016-12-072-2/+2
| | |_|/ | |/| |
| * | | Merge pull request #853 from timheap/global-exclude-globJason R. Coombs2016-12-031-0/+12
| |\ \ \ | | | | | | | | | | Fix #849 global-exclude globbing
| | * | | Fix #849 global-exclude globbingTim Heap2016-11-211-0/+12
| | |/ / | | | | | | | | | | | | | | | | After #764, `global-exclude .pyc` no longer excluded `.pyc` files. This fixes that regression, and adds a test for this behaviour.
| * | | cast the value to a bool so pytest doesn't try to eval itJason R. Coombs2016-12-011-1/+1
| | | |
| * | | Merge pull request #843 from tweksteen/pypi_testsJason R. Coombs2016-12-011-2/+7
| |\ \ \ | | | | | | | | | | Remove _add_defaults_data_files override and add unittest
| | * | | Change _add_defaults_data_files override and add unittestThiebaud Weksteen2016-11-211-2/+7
| | | | |
| * | | | Merge branch 'suppress-warning' of https://github.com/abstrus/setuptools ↵Jason R. Coombs2016-12-011-1/+10
| |\ \ \ \ | | |_|_|/ | |/| | | | | | | | into abstrus-suppress-warning
| | * | | Also suppress warning for a single file missingCharles Bouchard-Légaré2016-11-071-1/+10
| | |/ /
| * | / Evaluate the expression directly. Workaround for #860.Jason R. Coombs2016-11-291-1/+1
| | |/ | |/|
| * | Skip failing test on appveyor until the cause can be uncovered. Ref #851.Jason R. Coombs2016-11-181-0/+2
| | |
| * | Drop exception support for packages triggering win32com cache generation ↵Jason R. Coombs2016-11-181-16/+0
| | | | | | | | | | | | during build/install. Fixes #841
| * | Extract namespace support functionality into a separate module.Jason R. Coombs2016-11-132-42/+47
| | |
| * | Fix test failures on Python 2 and suppress test failures when PEP 420 is not ↵Jason R. Coombs2016-11-131-1/+5
| | | | | | | | | | | | available. Ref #805.
| * | Merge commit 'cb75964' with fix added in 'e6d7c40'. Ref #805.Jason R. Coombs2016-11-131-0/+83
| |\ \ | | |/ | |/|
| | * Add test capturing (failing) expectation. Ref #805.Jason R. Coombs2016-11-131-0/+83
| | |
* | | 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
| | | | | | | | | | | | | | | | | | | | | | Different OS's and file systems return lists of files in different orders, not always creation order. This caused intermittent test failures. The file list is now sorted prior to being checked to ensure a consistent order across all systems. Fixes #816
* | 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 ↵Jason R. Coombs2016-10-141-4/+0
| | | | | | | | are simpler.
* | 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
| | | | | | | `find_packages(exclude=['pkg'])` should still find and include the `pkg.subpkg` package. Fixes #808
* Note find_packages backwards incompatible changeTim Heap2016-09-261-0/+9
| | | | Also add a test for the new behaviour.
* Remove unused importJason R. Coombs2016-09-091-2/+0
|
* Make import unconditionalOfekmeister2016-08-201-1/+1
| | | | Put import on top and updated CHANGES.rst