summaryrefslogtreecommitdiff
path: root/setuptools/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
* We expect easy_install to raise a SystemExitJason R. Coombs2012-04-071-5/+3
| | | | | | --HG-- branch : distribute extra : rebase_source : 74b6b4091c9719daab6f240f8c05b24183fc1b12
* Expanded TestSetupRequires so it actually stages the installation of an ↵Jason R. Coombs2012-04-071-14/+81
| | | | | | | | sdist with a setup_requires. --HG-- branch : distribute extra : rebase_source : 4266165d9e75e9e19551a3bf646820f309f631df
* Add test to capture issue 227Jason R. Coombs2012-04-012-0/+60
| | | | | | --HG-- branch : distribute extra : rebase_source : 6a829eb08499c0b7a83dd653fb039b8695620fb0
* Started work on a Mock server that doesn't require a file system to back it.Jason R. Coombs2012-04-011-0/+17
| | | | | | --HG-- branch : distribute extra : rebase_source : feac8d802a8f574124fffab8c6c22d218b61987c
* Cleaned up simulated index server, expanding documentation.Jason R. Coombs2012-04-011-11/+18
| | | | | | --HG-- branch : distribute extra : rebase_source : b479cf805b766fa35c8e76c30c7725e93f56e6a2
* Reorganized imports and cleaned up whitespaceJason R. Coombs2012-04-011-7/+10
| | | | | | --HG-- branch : distribute extra : rebase_source : 288c7531df0ab929030445973ecf6386a3e437b1
* Cleaned up excess whitespaceJason R. Coombs2012-04-011-34/+3
| | | | | | --HG-- branch : distribute extra : rebase_source : 722c3a4c556ba4415c633e74e34fb45f76d8653d
* Reorganized importsJason R. Coombs2012-04-011-14/+16
| | | | | | --HG-- branch : distribute extra : rebase_source : b348504ee7341fc2928a786167f33baa136e2b93
* fixing regression -- generator syntax on python3guyroz2011-09-201-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : 3708d2ca5f9a8fc2398204dbcb3febb6d61e134b
* fixing testsguyroz2011-09-191-6/+15
|\ | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 5d3983c1447f6389c00b416e5942f1764eaf9ece
| * Fixing regression tests on Windows: #241, #240, #239guyroz2011-09-191-6/+15
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : fb5248f9bd280ccc075c1e93dd74379bf06d10f7
* | Issue #208: fixing parse_version and post-release tagsguyroz2011-09-171-3/+17
|/ | | | | | | | including tests --HG-- branch : distribute extra : rebase_source : f953ba35614c338161249d6d74c7cda08acdf32b
* Issue #237: fixing test on Python2.3guyroz2011-09-161-2/+19
| | | | | | | | Added an _assertIn method (copied from a more recent version of unittest) and replaced the calls to assertTrue, which does not exist in Python 2.3 --HG-- branch : distribute extra : rebase_source : a8ba9e47fdcbc2dbee8e801b5d1d5d84c989266f
* Update the child's __path__ in declare_namespace, even if the parent isAurelien Bompard2011-06-011-5/+32
| | | | | | | | already a namespace package -- fixes #204 --HG-- branch : distribute extra : rebase_source : 48e1ed2309ae053b8987a664231e72c35a0bbb40
* skipping a tets if in virtualenvTarek Ziade2011-05-261-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : c0928a6dc8eaa695a8abedd25c9defb0561145a3
* Don't try to import the parent of a namespace package in declare_namespace ↵Aurelien Bompard2011-05-171-1/+27
| | | | | | | | -- fixes #204 --HG-- branch : distribute extra : rebase_source : 1644e937b2d0b2fae58e27740d0fddfe082586cd
* Fixing #200agroszer2011-04-151-0/+9
| | | | | | --HG-- branch : distribute extra : rebase_source : 4446e76a0bcf2e968abce2020569aecbaab1df01
* added a test for #143 now that I understand it. fixes #143Tarek Ziade2010-07-031-0/+36
| | | | | | --HG-- branch : distribute extra : rebase_source : e81153c1b0c81fe7783507553caa66c217e38ed5
* merging changes relates #142Tarek Ziade2010-07-031-1/+6
|\ | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : e912f048dcfe28a5a7a17aca89bab427e15924ff
* | Fix race condition with the http server used in unittestsToshio Kuratomi2010-06-101-1/+4
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : e7093c7a63fe91ede0bdd52735e33ac780e95ec6
* | mergeRonny Pfannschmidt2010-05-254-0/+83
|\ \ | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 5fbe57fd3b9bb48afcc78a87a7f7a46d9f4d2567
| * | Fix for python2.4Christophe Combelles2010-05-201-2/+2
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : b4c2fb5521783c03bebcdb52e17c8e0063ab86aa
| * | fixed issue 163 : don't include md5 when comparing two distributions, and scanChristophe Combelles2010-05-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | index links before external page links. --HG-- branch : distribute extra : rebase_source : 21315f22104e090324f7fe243a4f16516c0a49fa
| * | fixed issue 163 : don't include md5 when comparing two distributions, and scanChristophe Combelles2010-05-193-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | index links before external page links. --HG-- branch : distribute extra : rebase_source : d190057280e7cb27317eb4aa40e75f1c851ed6e5
| * | set-up infrastructure to write tests with a real http server, and reproduced ↵Christophe Combelles2010-05-194-0/+84
| |/ | | | | | | | | | | | | | | issue 163. --HG-- branch : distribute extra : rebase_source : dc3a9fb1663500c66febacbc2ede43eaa96c190e
* | make HAS_USER_SITE depend on site.ENABLE_USER_SITERonny Pfannschmidt2010-05-211-4/+4
|/ | | | | | --HG-- branch : distribute extra : rebase_source : e7fb6337b41ea732acd41bab92a57471f3632777
* mergeRonny Pfannschmidt2010-05-191-16/+20
|\ | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : fe09c40bed001a273328dbd39b764a784c6448eb
| * merge & adapt --user implication testsRonny Pfannschmidt2010-05-071-16/+20
| |\ | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 3de11ca77e02b58fb91f2660edd2c9593bebf3cd
| | * add a partial test for user install umplication if installed in user-siteRonny Pfannschmidt2010-05-021-4/+8
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 395e549d507def44d1b7a4454076bb84a47cc1eb
* | | added a test that is supposely breaking - refs #152Tarek Ziade2010-05-191-0/+15
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 2fa447a630d946a3adf5886115d89065a675ece2
* | | malformed urls in 2.7 are catched now - fixes #160Tarek Ziade2010-05-191-1/+11
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : de334e49e876c8ea88f738e03995a461ea669879
* | | removed assertTrue/assertFalse occurrencesTarek Ziade2010-05-193-52/+52
|/ / | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : b7e5bbfa9d90078fd763f728a5d57fb6bd3e3657
* | Use assertTrue and assertFalse instead of deprecated failUnless and failIf.0.6.12Arfrever Frehtes Taifersar Arahesis2010-05-062-51/+51
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 51c527a19483fc1b11084e4d2770d88015588822
* | make sure all tests passes on all python versions fixes #149Tarek Ziade2010-05-063-20/+23
|/ | | | | | --HG-- branch : distribute extra : rebase_source : 6288f4fcf65083b9d4ffb0ea8b35af44e699b4d5
* make sure we test that the directory exists before we install stuff asked by ↵Tarek Ziade2010-04-071-2/+19
| | | | | | | | setup_requires fixes #138 --HG-- branch : distribute extra : rebase_source : 1078501b886e4f0864b4ce84517b2fbc5399da35
* merge with upstreamRonny Pfannschmidt2010-03-162-7/+66
|\ | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 2ad13527b742644596b32fcd8feac7276b4a477e
| * added the --no-find-links optionTarek Ziade2010-03-131-0/+25
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : fc2cbd4d369f7d5c77cae03e39354245b185cc60
| * Added test to capture issue #118Jason R. Coombs2010-02-221-6/+41
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 5c247cafcbecb311469147a46f7f82df47ea5341
* | move the rest of the path handling code from develop to easy_installRonny Pfannschmidt2010-02-112-8/+13
| | | | | | | | | | | | | | | | also resuffle the path handlers a bit, hopefully everything works now --HG-- branch : distribute extra : rebase_source : dc8e4217f5832b15e8f7287c95732bc68d1e1cf5