summaryrefslogtreecommitdiff
path: root/setuptools/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merged in davidoff/setuptools-fix-failing-integration-test (pull request #68)Jason R. Coombs2014-08-101-0/+3
|\ | | | | | | Fix failing integration (test_stevedore) test on windows because of an unreleased handle on the current directory
| * fix failing integration (test_stevedore) test on windows because of an ↵david2014-06-251-0/+3
| | | | | | | | unreleased handle on the current directory
* | Add test capturing failure on Python 2.6. Ref #236Jason R. Coombs2014-08-011-0/+6
| | | | | | | | | | --HG-- extra : rebase_source : 99a2b1e437691f9e1a9982357bc70d91fce91953
* | Python 2.3 no longer supportedJason R. Coombs2014-08-011-2/+0
| | | | | | | | | | --HG-- extra : rebase_source : debc6141ad369eafeb78b808a15d8558ff3fb83b
* | Remove unused variableJason R. Coombs2014-08-011-1/+1
| | | | | | | | | | --HG-- extra : rebase_source : c4b515b677e318ffdcd78b2d90ab772e7d1f94e3
* | Merged in mg/setuptools (pull request #69)Jason R. Coombs2014-07-271-4/+4
|\ \ | | | | | | | | | Fix some typos in the documentation
| * | Fix typosMartin Geisler2014-06-291-4/+4
| | |
* | | frozenset is available in Python 2.6Jason R. Coombs2014-07-121-5/+0
| | |
* | | Disable test_two_levels_deep when /tmp is a symlink. The results it is ↵Jason R. Coombs2014-07-121-0/+3
| | | | | | | | | | | | returning are suitable (shouldn't cause errors in runtime). Users are invited to trace the problem and find a solution. Fixes #231.
* | | More simple assertsJason R. Coombs2014-07-121-3/+5
| | |
* | | Use simple asserts. pytest handles this nicely. Removes broken _assertIn.Jason R. Coombs2014-07-121-9/+2
| | |
* | | Remove doctests module. It is now part of Python.Jason R. Coombs2014-07-052-2687/+1
| | |
* | | next compatibility is no longer requiredJason R. Coombs2014-07-051-1/+1
| | |
* | | Since Python 3 will always need the _execfile functionality (to fulfill the ↵Jason R. Coombs2014-07-052-4/+6
|/ / | | | | | | test in test_sandbox), this functionality should become part of the core implementation.
* | Merge pull-request #575.3Jason R. Coombs2014-06-281-0/+37
|\ \ | |/ |/| | | | | --HG-- extra : amend_source : 9576c3d20e8d3bcb3b951cd2f588e782f885ebe6
| * PY26 doesn't have assertInPhilip Thiem2014-05-171-2/+2
| | | | | | | | | | | | --HG-- branch : develop extra : rebase_source : a891af85b68115431db3fe42acf5a102e02aa8b9
| * Add Regression Tests for svn tagging.Philip Thiem2014-04-231-0/+37
| | | | | | | | | | | | --HG-- branch : develop extra : rebase_source : a05d5f844416113562066786c697170ed85c48fd
* | Remove unused imports, unused variables, and excess whitespaceJason R. Coombs2014-06-231-4/+2
| |
* | Cleanup fixture using tmp and monkeypatchMatthew Iversen2014-06-191-28/+20
| |
* | Mark failing tests as xfailJason R. Coombs2014-06-151-0/+3
| |
* | Remove unused variable and importJason R. Coombs2014-06-151-2/+0
| |
* | Activate more of the integration tests.Doug Hellmann2014-06-021-9/+9
| | | | | | | | | | | | | | Change-Id: Ic3cc25a02de71b94a08f0bf64e8d8b01b572a23b --HG-- extra : rebase_source : a49971d71570380f1ef51a88897d72328de337ed
* | Add integration tests.Doug Hellmann2014-06-021-0/+87
| | | | | | | | | | | | | | | | | | | | Set up integration tests that install packages to temporary directories. Change-Id: Iec90838fec961228fca24c0decc088de55303350 --HG-- extra : rebase_source : f5219f8411db4b79694a74659e22b0c0b1c771ab
* | Perform actual symlink detection; alternate approach to answer Pull Request #53.Jason R. Coombs2014-06-011-1/+15
|/ | | | | --HG-- extra : rebase_source : a70141cd6472cd8e4024be4037bfd89e4adcb396
* Add whitespace for readability.Jason R. Coombs2014-05-171-1/+1
|
* Must create files for tests, else they are remoed from manifestsJason R. Coombs2014-05-171-0/+3
|
* Must create files for tests, else they are remoed from manifestsPhilip Thiem2014-05-171-6/+9
| | | | | --HG-- extra : rebase_source : c22b55cde69bbf7fc6a075bcd8797017797c6225
* est_manifest_is_written_with_utf8_encoding should use the filelist's append, ↵Philip Thiem2014-05-171-1/+1
| | | | | | | NOT filelist.files.append --HG-- extra : rebase_source : cdf0df0a11b96a60c29c10483579e6e043a7fcd1
* Remove unused importJason R. Coombs2014-05-171-1/+0
|
* Convert quiet to a context manager, so its comment is no longer complaining ↵Jason R. Coombs2014-05-171-45/+16
| | | | and to simplify the code.
* Use PY3 and PY2 throughoutJason R. Coombs2014-05-173-17/+16
|
* Merge in test changes from previous tryPhilip Thiem2014-05-171-8/+16
| | | | | --HG-- extra : rebase_source : 0dba3308549833dc7fc5b242e8ae3a4ec9f3c119
* Test should use the same high-level interface for appending filenames as the ↵Jason R. Coombs2014-05-151-1/+1
| | | | object itself will use when building the filelist. Ideally, FileList wouldn't expose this attribute at all.
* Extend docstring for test_write_manifest_skips_non_utf8_filenamesJason R. Coombs2014-05-151-1/+6
|
* Just suppress the spurious IndexError when it happens. Rely on the ↵Jason R. Coombs2014-05-051-3/+4
| | | | environments where the behavior doesn't fail until the upstream issue can be resolved. Fixes #201.
* 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
|
* Skip this test because it now fails under Python 3.3 and earlier apparently ↵Jason R. Coombs2014-03-301-0/+4
| | | | due to a bug in the inspect module. Since the test passes under Python 3.4 and later, that should still serve as a suitable regression test.
* 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
* Fix failing test on Windows3.2Jason R. Coombs2014-03-141-2/+3
|
* Backout b17e9a0ea116 and 50725de303ef, restoring Feature model. Fixes #161 ↵Jason R. Coombs2014-03-081-0/+84
| | | | | | | and re-opens #65. --HG-- extra : amend_source : f14bc0bf6c9f04e16d30ce0abf7bcb944f41ebea
* Clean some imports.Arfrever Frehtes Taifersar Arahesis2014-02-154-8/+14
|
* Remove import (missed in parent commit).Jason R. Coombs2014-02-091-1/+0
|