summaryrefslogtreecommitdiff
path: root/setuptools/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* | | move _markerlib test into setuptools/testDaniel Holth2012-08-251-0/+98
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : b2d7118f3a3cdf931ba1e56090a35442bc70fd2a
* | | add markerlib as _markerlibDaniel Holth2012-08-251-5/+7
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : b9d8fa81db6c6fc3d89db54a70778eb3e8396e17
* | | Oups.Lennart Regebro2012-08-241-1/+1
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 515bd00c3028ba0d58e57fd51d524a798b9b898d
* | | Merge.Lennart Regebro2012-08-241-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 0102b3983fb3f3201c8d2819b5a1120da2cc0047
| * | | Fix a typo in a comment.Arfrever Frehtes Taifersar Arahesis2012-08-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 779baf947b6989f1275d99cff2044adad3dd7997
* | | | Issue #310: Non-ascii characters in a namespace __init__.py causes errors.Lennart Regebro2012-08-221-6/+15
|/ / / | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 668e1c79a2bcc314bcf1f7213b317766bb8511ab
* | | Issue 315:Lennart Regebro2012-08-221-0/+4
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : c7ad76794ac6db2a4bc1abc88e646ddcd14550db
* | | Issue #314: test_local_index() would fail an OS X.Lennart Regebro2012-08-221-1/+2
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 8d91abdbed53300e6ec80bd535e00bca17767206
* | | Got rid of deprecated assert_ and assertEquals.Lennart Regebro2012-08-226-78/+78
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 9d7032bac7db98e445ab6a46b2610c278c691c2d
* | | The error message changed in Python 3.3.Lennart Regebro2012-08-221-1/+1
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 107ac0ce6d98f4b17f31a6f4c006b1ae2e21381b
* | | Added fix for the develop command, #299.Lennart Regebro2012-08-212-8/+15
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : ef69472e5a9ce97d9102578898e81e516f06497a
* | | Added failing test for #299.Lennart Regebro2012-08-212-13/+37
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 4a3ac76a6a49e06e1fecd1d6f4e08fa922f82f73
* | | Once the test is correctly setup, the problem actually goes away.Lennart Regebro2012-08-211-5/+9
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 8a1c310010599165aa973bb207b07616428df66b
* | | Add failing test for #301.Lennart Regebro2012-08-211-0/+112
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 2972e762cdab88e90c1c8b9b9a336afc641e996f
* | | Don't raise when exception is caughtJason R. Coombs2012-07-221-0/+1
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 9da60528c7ace0a59bf1d92c6e155bba2e11ef18
* | | MergeJason R. Coombs2012-07-221-7/+6
|\ \ \ | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : c4ea7aaf7256ffbb49843e9610515a08a76daa63
| * | | Update this test again to ensure it's trapping the expected exception ↵Jason R. Coombs2012-07-221-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (DistutilsError) and ensuring that it captures the expected error messages. --HG-- branch : distribute extra : rebase_source : b66947d43758f4cbea407043dfbeffdf3aaf9b01
* | | | Expand error message to help detect why this test fails on travisJason R. Coombs2012-07-221-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 9182fc8c4544cde849fdac373b558f9078af1254
* | | | Fix compatibility skipIfJason R. Coombs2012-07-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : a70fd5755fad7a30c478c44e270c1dad13e66a47
* | | | Use compatible skipIfJason R. Coombs2012-07-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 4964057db0c3186c1c8b9e934cf23f1b4ddcb167
* | | | Added python 2.4-2.6 support for skipIfJason R. Coombs2012-07-222-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : cac18ef7c3dbde38ceac3a0c71cfb3b5ffa56dd5
* | | | Use DALS to avoid breaking indentation in test setup. Removed flag ↵Jason R. Coombs2012-07-221-22/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | indicating presence of module. --HG-- branch : distribute extra : rebase_source : 48d8347f667ec05c28505bc76880dcd64dc43204
* | | | Updated imports, removed excess whitespaceJason R. Coombs2012-07-221-14/+17
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : a2cc4dde8a9a5de8c92e277099610e507fce2973
* | | | Merge pull request #12Jason R. Coombs2012-07-211-0/+69
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : d28d651ee0c59a1194c171613aefe284ade4399b
| * | | | Issue #283 bdist_egg issues with python 3.3.0aXJim Fulton2012-07-141-0/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 3173cb1ab5550635b8565767059701ab2649ac19
* | | | | improve .dist-info testDaniel Holth2012-07-071-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 23b6b4023d413bf1b27b114687da8736a4b38d8b
* | | | | test .dist-info distributionsDaniel Holth2012-07-071-0/+55
|/ / / / | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : ea6870d73aa69f2deacc50beb2e257d3c21073e4
* | | | MergeJason R. Coombs2012-05-181-2/+8
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 38f3eb8b52e65c02ab80e32b69bbf0f6ae8f9250
| * | | Fixed failing test on Python 2.7.3 (and probably other recent patch releases)Jason R. Coombs2012-05-181-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 02f36e126ad338fb224b0904cce9eca61269ea0a
* | | | Allow for three requests (fixes test on Python 3.3).Jason R. Coombs2012-04-151-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 42f8c571b3296488b167aaa863bdbfa771f6a9d9
* | | | Skip another test that fails on Jython due to port 0 binding behavior.Jason R. Coombs2012-04-151-0/+4
|/ / / | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 7cd547b51b3db433b6f3040f01b1533065af3d96
* | | Split one test 'bad urls' into several different tests (for clarity).Jason R. Coombs2012-04-151-4/+18
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : cdc7ce4fe999eb578df356ec6a2d44b65312d7d9
* | | Skip test when MockServer can't detect the port to which it bound.Jason R. Coombs2012-04-151-0/+4
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : c59caee49fcfb2e0d9b507fb1a01dfb2ddcdcdc8
* | | Ensure that the setup.py is generated as bytes on Python 2 and 3 so that the ↵Jason R. Coombs2012-04-141-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | tarfile module will accept it. --HG-- branch : distribute extra : rebase_source : 07afe24875bff3a4892319e02ae66be0d3725c8e
* | | Merge fix for doctest failures on Python 3. Fixes #277.Jason R. Coombs2012-04-141-2/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 83d0018693f318b6eafdd90d042e9a90ae36b69f
| * | | Fixed test failures in the doctests on Python 3.Jason R. Coombs2012-04-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : e3c57d5c2650be765d7e152e191f7c7a0e7c578d
* | | | Merge fixes for depends module imports. Fixes in part #277.Jason R. Coombs2012-04-141-14/+22
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 1320b561f471bd80334e4f1d41c757964a90a802
| * | | | Fixed issue where some functions are excluded from the depends module on ↵Jason R. Coombs2012-04-141-14/+22
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | certain platforms. --HG-- branch : distribute extra : rebase_source : d689792420ad98950659e80782b4353da3560403
* | | | Fix one failing test per #277Jason R. Coombs2012-04-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 74d2107a0e4f5ecda5030fa8610dfd38a2bd5740
* | | | Fixed two issues for Python 2.4 compatibility. Tests now run again on Python 2.40.6.26Jason R. Coombs2012-04-082-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : c6dc5ce8070ec42190d4d8eb6af28523d447f962
* | | | Removed bind_and_activate parameters (not compatible with Python 2.4Jason R. Coombs2012-04-081-8/+4
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : bf2288bbb5fccc4aad0b8a09f5a444e0246c412e
* | | | Removed unused importJason R. Coombs2012-04-081-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 4bad5e1f1f1e377a8cb5ade411a8ad572f85abb6
* | | | Converted new tests in test_easy_install to use call-back functions instead ↵Jason R. Coombs2012-04-081-29/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of with statements for Python2.4 compatibility. --HG-- branch : distribute extra : rebase_source : e7edcca83dc29038a6832501a0a8251f4f3856a6
* | | | Add requests to the instance, so it's always available even if no requests ↵Jason R. Coombs2012-04-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | were made. --HG-- branch : distribute extra : rebase_source : b4bf42ec3470eda7ccef8e05aaf1944b450cf5e9
* | | | Make sure to un-monkey-patch the Distribution class when running ↵Jason R. Coombs2012-04-071-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test_no_setup_cfg. Otherwise, it breaks other tests (notably the new test_setup_requires_honors_fetch_params). --HG-- branch : distribute extra : rebase_source : f54d67ea495c18ff1dc74d12ff96797e64abe5e1
* | | | Added another context to reset the _setup_stop_contextJason R. Coombs2012-04-071-5/+20
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : b31f921755cea6d2559c9f24f42b737aa80198e7
* | | | Set the argv context so that easy_install.main invokes the command as if it ↵Jason R. Coombs2012-04-071-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | had been run from the command-line --HG-- branch : distribute extra : rebase_source : 4916aebae87b1d83dc27b494715c89dce1ce1e12
* | | | Test now constructs the tarfile completely in memory (avoiding accidentally ↵Jason R. Coombs2012-04-071-10/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | writing over our own setup.py) --HG-- branch : distribute extra : rebase_source : ad8ec142238405edeee6dce51c05d382e53d1299
* | | | Improved the MockServer so it now more effectively handles multiple requests ↵Jason R. Coombs2012-04-072-9/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (as any index server really must). Test now more accurately captures the working scenario. --HG-- branch : distribute extra : rebase_source : 8ee0afdd95219047e4700b85356792f6128b1fd8
* | | | Create the sdist using tarfile and the code is much simplerJason R. Coombs2012-04-071-48/+8
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : f913f69988ddac8b6c27fb72d24728d18073fdb9