Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved test_resources and test_pkg_resources to pkg_resources package. | Jason R. Coombs | 2015-01-03 | 1 | -111/+0 |
| | |||||
* | Removing shlib_test (apparently unused and broken). | Jason R. Coombs | 2015-01-02 | 5 | -192/+0 |
| | |||||
* | Move tests to be adjacent with other parsing tests. | Jason R. Coombs | 2015-01-02 | 1 | -8/+0 |
| | |||||
* | Fix regression in entry-point name parsing | Ian Cordasco | 2015-01-02 | 1 | -0/+8 |
| | | | | See #323 for more details. | ||||
* | Move api_tests to pkg_resources package. Fixes #312. | Jason R. Coombs | 2014-12-25 | 1 | -420/+0 |
| | |||||
* | Add test making explicit the expectation that pkg_resources shouldn't import ↵ | Jason R. Coombs | 2014-12-24 | 1 | -0/+20 |
| | | | | setuptools (or be dependent on it in any way). Ref #311. | ||||
* | Remove excess whitespace | Jason R. Coombs | 2014-06-01 | 1 | -4/+0 |
| | | | | | --HG-- extra : rebase_source : db1f9496cdda75a9467fcfb867b82108773b0443 | ||||
* | Remove unused UTC implementation | Jason R. Coombs | 2014-03-24 | 1 | -13/+0 |
| | |||||
* | Use mktime for Python 3.2 compatibility | Jason R. Coombs | 2014-03-24 | 1 | -1/+12 |
| | |||||
* | Update test to use local timestamps, so the tests pass in any timezone. | Jason R. Coombs | 2014-03-24 | 1 | -4/+23 |
| | |||||
* | Just remove test_ez_setup, as the last remaining test, test_install, only ↵ | Jason R. Coombs | 2014-03-24 | 1 | -44/+0 |
| | | | | barely touches the functionality as the actually installation command is mocked. The test run in the travis config is much more comprehensive. | ||||
* | Remove test for use_setuptools, as it fails when running under pytest ↵ | Jason R. Coombs | 2014-03-24 | 1 | -4/+1 |
| | | | | because the installed version of setuptools is already present. | ||||
* | Update test_install to actually patch the hidden _python_cmd. | Jason R. Coombs | 2014-03-24 | 1 | -1/+1 |
| | |||||
* | Remove test_do_download, which also no longer works due to complexities ↵ | Jason R. Coombs | 2014-03-23 | 1 | -8/+1 |
| | | | | around secure downloaders. | ||||
* | Remove test_build_egg. The test doesn't work and it's difficult to test ↵ | Jason R. Coombs | 2014-03-23 | 1 | -9/+0 |
| | | | | _build_egg given the current interface. | ||||
* | Force sdist zip format (preferred for _build_egg) | Jason R. Coombs | 2014-03-23 | 1 | -5/+5 |
| | | | | | --HG-- extra : amend_source : eb261716fc15148a101c059fb03c0f51b683c673 | ||||
* | Fix build of setuptools on Windows (do not create empty tag) | Jason R. Coombs | 2014-03-23 | 1 | -1/+1 |
| | |||||
* | Allow the test to fail on its own merits rather than failing with a ↵ | Jason R. Coombs | 2013-08-11 | 1 | -19/+4 |
| | | | | not-so-useful message; removed Python 2.3 support. | ||||
* | Replaced overly-specific error messages with more general ones for improved ↵ | Jason R. Coombs | 2013-08-09 | 1 | -2/+2 |
| | | | | cross-implementation compatibility. Fixes #50. | ||||
* | Issue 50: Removed filename and line number from SyntaxErrors returned by ↵ | Jason R. Coombs | 2013-08-09 | 1 | -4/+4 |
| | | | | invalid_marker. This change simplifies the test and paves the way for supporting PyPy. | ||||
* | Fix test failure | Jason R. Coombs | 2013-07-02 | 1 | -1/+1 |
| | |||||
* | Merge | Jason R. Coombs | 2013-07-02 | 1 | -0/+8 |
|\ | |||||
| * | Patched test so it can be run on Python 30.7.7 | Jason R. Coombs | 2013-07-02 | 1 | -0/+5 |
| | | |||||
| * | Issue #30: Added test for get_cache_path (but it doesn't yet get run) | Jason R. Coombs | 2013-07-02 | 1 | -0/+8 |
| | | |||||
* | | Merged upstream changes. | Vinay Sajip | 2013-06-19 | 1 | -6/+3 |
|\ \ | | | | | | | | | | | | | --HG-- branch : single-codebase | ||||
| * \ | Merge Python 3 native support from distribute | Jason R. Coombs | 2013-06-18 | 3 | -7/+7 |
| |\ \ | | |/ | |/| | | | | | | | --HG-- rename : tests/test_distribute_setup.py => tests/test_ez_setup.py | ||||
| | * | Merge Vinay Sajip's unified Python 2/3 support from distribute 3 | Jason R. Coombs | 2013-06-18 | 1 | -0/+61 |
| | |\ | | | | | | | | | | | | | | | | | --HG-- branch : distribute | ||||
| | * \ | Merge with upstream | Jason R. Coombs | 2013-06-18 | 1 | -3/+3 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute | ||||
| | * | | | Fixed some bugs, tests now also all pass on 2.7 and 3.2. | Vinay Sajip | 2011-06-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 25c6042a716c49e3576605c3cf4e2878d5b85c18 | ||||
| | * | | | Fixed some bugs - tests now all pass under Python 3.3. | Vinay Sajip | 2011-06-21 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 3498bfdc0d4c15e4276673b52e924c461ca353f0 | ||||
| | * | | | Changes to support 2.x and 3.x in the same codebase. | Vinay Sajip | 2011-06-20 | 3 | -13/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 7d3608edee54a43789f0574d702fb839628b5071 | ||||
* | | | | | Misc. updates following 2to3 checks. | Vinay Sajip | 2013-06-17 | 2 | -52/+60 |
| | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : single-codebase | ||||
* | | | | | Initial commit. All tests pass on 2.7, 3.2 and 3.3, though there are some ↵ | Vinay Sajip | 2013-06-15 | 2 | -4/+4 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | atexit errors in the multiprocessing module in 2.7/3.2 (seemingly unrelated to setuptools). --HG-- branch : single-codebase | ||||
* | | | | Add support for Python 3.3 in environment marker tests | Jason R. Coombs | 2013-05-28 | 1 | -4/+4 |
| | | | | |||||
* | | | | Fix typo | Jason R. Coombs | 2013-05-19 | 1 | -1/+1 |
| | | | | |||||
* | | | | Update doctest to use syntax suitable for Python 2 and Python 3. Credit to ↵ | Jason R. Coombs | 2013-05-19 | 1 | -5/+8 |
| | | | | | | | | | | | | | | | | Lennart Regebro for the [hints in his book](http://python3porting.com/problems.html#handling-expected-exceptions). | ||||
* | | | | Try doctest with full exception name | Jason R. Coombs | 2013-05-19 | 1 | -14/+14 |
| | | | | |||||
* | | | | Merged latest changes from setuptools-0.6 branch | Jason R. Coombs | 2013-05-13 | 1 | -8/+99 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | --HG-- rename : doc/formats.txt => docs/formats.txt | ||||
* \ \ \ \ | Merge with Distribute 0.6.39 | Jason R. Coombs | 2013-05-13 | 1 | -0/+61 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | --HG-- rename : distribute_setup.py => ez_setup.py | ||||
| * | | | | Adding test that captures the new requirement. | Jason R. Coombs | 2013-05-12 | 1 | -0/+61 |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : fcf8db4d0becf51a1e192ec438c13f81d391e342 | ||||
* | | | | Update test_distribute_setup to reference ez_setup.py | Jason R. Coombs | 2013-03-19 | 1 | -14/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : Setuptools-Distribute merge rename : tests/test_distribute_setup.py => tests/test_ez_setup.py extra : rebase_source : d6fe218013147bd6a4e43220356d539d7764da11 | ||||
* | | | | Updated manual test to test against setuptools | Jason R. Coombs | 2013-03-19 | 1 | -15/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : Setuptools-Distribute merge extra : rebase_source : ff968de5ea0e28052c0b53fecdcf0c348a6faf04 | ||||
* | | | | Removing install_test altogether (the only thing it tests is the presence of ↵ | Jason R. Coombs | 2013-03-19 | 1 | -81/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the deprecated setuptools._distribute attribute) --HG-- branch : Setuptools-Distribute merge extra : rebase_source : 05075288d1f0557ec75ceda127699ef8152a466f | ||||
* | | | | Updated install_test to reference the new bootstrap script | Jason R. Coombs | 2013-03-19 | 1 | -10/+16 |
|/ / / | | | | | | | | | | | | | | | | --HG-- branch : Setuptools-Distribute merge extra : rebase_source : ae9d4dbfa6770634bf65bba6f0b6f236074aa9d5 | ||||
* | | | Delete redundant tests. | Arfrever Frehtes Taifersar Arahesis | 2012-08-22 | 3 | -32/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | setuptools/tests/test_bdist_egg.py is testing the same functionality. --HG-- branch : distribute extra : rebase_source : d53119dd1c6074923e8f42216d1ab773f2bc2467 | ||||
* | | | Got rid of deprecated assert_ and assertEquals. | Lennart Regebro | 2012-08-22 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 9d7032bac7db98e445ab6a46b2610c278c691c2d | ||||
* | | | Remove unnecessary stuff from test_python33_bdist_egg.py | Marc Abramowitz | 2012-07-07 | 1 | -7/+1 |
| | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 3a993d4c266798501557f338abc8c4cdc2db3c8c | ||||
* | | | test_python33_bdist_egg.py: Check return value of bdist_egg command | Marc Abramowitz | 2012-07-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 1f6c2ebfe44bdb09ee48f49f2cea94edf933e540 | ||||
* | | | Add a test for Python 3.3 bdist_egg issue | Marc Abramowitz | 2012-07-07 | 1 | -0/+25 |
| | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : e83ee69c3b15e4a75780811a7bb3612b8f7f54d1 | ||||
* | | | Add tests and fix for marshal.load of pyc files on Python 3.3 | Marc Abramowitz | 2012-06-26 | 2 | -0/+13 |
| |/ |/| | | | | | | | | | | | | | | | Fixes https://bitbucket.org/tarek/distribute/issue/283/bdist_egg-issues-with-python-330ax --HG-- branch : distribute extra : rebase_source : ec6f2611d3f8a54b7e11cfadf9d03fdcdef39639 |