summaryrefslogtreecommitdiff
path: root/setuptools/tests/test_find_packages.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove Python 2 compatibilityJason R. Coombs2020-08-161-10/+1
|
* Feed the hobgoblins (delint).Jason R. Coombs2019-01-261-5/+6
|
* Rename find_namepaces_ns to find_namespace_packages (#1423)Carsten Klein2018-08-171-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | * fix #1419 PEP420: add find_namespace: directive * fix #1419 PEP420: add find_namespace: directive to documentation * fix #1419 PEP420: add tests * fix #1419 PEP420: clean up code * fix #1419 PEP420: fix typo in documentation * fix #1419 PEP420: fix typo in documentation * fix #1419 PEP420: clean up code * fix #1419 PEP420: add changelog entry * fixup! fix #1419 PEP420: add tests * fix #1419 PEP420: cleanup code refactor markers * #1420: Rename find_namespace_ns to find_namespace_packages * #1420: update changelog entry
* Add tests for find_packages_ns()Carsten Klein2018-07-041-10/+16
|
* Fix quantity of blank lines.stepshal2016-10-181-1/+0
|
* 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.
* Add missing whitespace.stepshal2016-07-141-1/+1
|
* Fix quantity of blank lines after code object.stepshal2016-07-131-0/+4
|
* Update test_find_packages to use pytestJason R. Coombs2015-01-021-10/+9
|
* Use pytest for skipsJason R. Coombs2015-01-011-2/+3
|
* Perform actual symlink detection; alternate approach to answer Pull Request #53.Jason R. Coombs2014-06-011-1/+15
| | | | | --HG-- extra : rebase_source : a70141cd6472cd8e4024be4037bfd89e4adcb396
* Add test capturing failure when find_packages no longer follows symlinks. ↵Jason R. Coombs2014-05-031-0/+25
| | | | | | | Ref #195 --HG-- extra : amend_source : 4efa6b87d3acaefebdfcc953e78a452ffc1f160d
* Add test capturing overmatching in new find_packages. Ref #184.Jason R. Coombs2014-04-071-0/+11
|
* Add test for excludeJason R. Coombs2014-03-221-0/+5
|
* Created PEP420PackageFinder, whose .find method can be used to find any ↵Jason R. Coombs2014-03-221-16/+7
| | | | suitable directory.
* Check packages without deference to orderJason R. Coombs2014-03-161-5/+8
|
* Use py26compat for skipIfJason R. Coombs2014-03-161-6/+7
|
* Add support for PEP 420 namespace packages to find_packages()Wyatt Lee Baldwin2014-02-121-0/+38
| | | | | | | | | | | On Python 3.3+, `find_packages()` now considers any subdirectory of the start directory that's not a regular package (i.e., that doesn't have an `__init__.py`) to be a namespace package. The other way this supports PEP 420 is by making sure `__pycache__` directories are never added to the list of packages. Fixes issue #97
* Update test for Python 2.6 compatibilityJason R. Coombs2014-03-161-1/+1
|
* Add test for find_packages(include=)Jason R. Coombs2014-03-161-0/+10
| | | | | --HG-- extra : rebase_source : bee4238f4cd00fa8bd3104017f4caf234dcf0729
* Add unit tests for find_packagesWyatt Lee Baldwin2014-02-121-0/+72
--HG-- extra : rebase_source : 75f5ce4d2fb9d0ccd7168739c23d9ea1eeeb9112