aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Allow the test to fail on its own merits rather than failing with a ↵Jason R. Coombs2013-08-111-19/+4
| | | | not-so-useful message; removed Python 2.3 support.
* Replaced overly-specific error messages with more general ones for improved ↵Jason R. Coombs2013-08-091-2/+2
| | | | cross-implementation compatibility. Fixes #50.
* Issue 50: Removed filename and line number from SyntaxErrors returned by ↵Jason R. Coombs2013-08-091-4/+4
| | | | invalid_marker. This change simplifies the test and paves the way for supporting PyPy.
* Fix test failureJason R. Coombs2013-07-021-1/+1
|
* MergeJason R. Coombs2013-07-021-0/+8
|\
| * Patched test so it can be run on Python 30.7.7Jason R. Coombs2013-07-021-0/+5
| |
| * Issue #30: Added test for get_cache_path (but it doesn't yet get run)Jason R. Coombs2013-07-021-0/+8
| |
* | Merged upstream changes.Vinay Sajip2013-06-191-6/+3
|\ \ | | | | | | | | | | | | --HG-- branch : single-codebase
| * \ Merge Python 3 native support from distributeJason R. Coombs2013-06-183-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 3Jason R. Coombs2013-06-181-0/+61
| | |\ | | | | | | | | | | | | | | | | --HG-- branch : distribute
| | * \ Merge with upstreamJason R. Coombs2013-06-181-3/+3
| | |\ \ | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute
| | * | | Fixed some bugs, tests now also all pass on 2.7 and 3.2.Vinay Sajip2011-06-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 25c6042a716c49e3576605c3cf4e2878d5b85c18
| | * | | Fixed some bugs - tests now all pass under Python 3.3.Vinay Sajip2011-06-211-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 3498bfdc0d4c15e4276673b52e924c461ca353f0
| | * | | Changes to support 2.x and 3.x in the same codebase.Vinay Sajip2011-06-203-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 7d3608edee54a43789f0574d702fb839628b5071
* | | | | Misc. updates following 2to3 checks.Vinay Sajip2013-06-172-52/+60
| | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : single-codebase
* | | | | Initial commit. All tests pass on 2.7, 3.2 and 3.3, though there are some ↵Vinay Sajip2013-06-152-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 testsJason R. Coombs2013-05-281-4/+4
| | | |
* | | | Fix typoJason R. Coombs2013-05-191-1/+1
| | | |
* | | | Update doctest to use syntax suitable for Python 2 and Python 3. Credit to ↵Jason R. Coombs2013-05-191-5/+8
| | | | | | | | | | | | | | | | Lennart Regebro for the [hints in his book](http://python3porting.com/problems.html#handling-expected-exceptions).
* | | | Try doctest with full exception nameJason R. Coombs2013-05-191-14/+14
| | | |
* | | | Merged latest changes from setuptools-0.6 branchJason R. Coombs2013-05-131-8/+99
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | --HG-- rename : doc/formats.txt => docs/formats.txt
* \ \ \ \ Merge with Distribute 0.6.39Jason R. Coombs2013-05-131-0/+61
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | --HG-- rename : distribute_setup.py => ez_setup.py
| * | | | Adding test that captures the new requirement.Jason R. Coombs2013-05-121-0/+61
| | |_|/ | |/| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : fcf8db4d0becf51a1e192ec438c13f81d391e342
* | | | Update test_distribute_setup to reference ez_setup.pyJason R. Coombs2013-03-191-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 setuptoolsJason R. Coombs2013-03-191-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. Coombs2013-03-191-81/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the deprecated setuptools._distribute attribute) --HG-- branch : Setuptools-Distribute merge extra : rebase_source : 05075288d1f0557ec75ceda127699ef8152a466f
* | | | Updated install_test to reference the new bootstrap scriptJason R. Coombs2013-03-191-10/+16
|/ / / | | | | | | | | | | | | | | | --HG-- branch : Setuptools-Distribute merge extra : rebase_source : ae9d4dbfa6770634bf65bba6f0b6f236074aa9d5
* | | Delete redundant tests.Arfrever Frehtes Taifersar Arahesis2012-08-223-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 Regebro2012-08-221-3/+3
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 9d7032bac7db98e445ab6a46b2610c278c691c2d
* | | Remove unnecessary stuff from test_python33_bdist_egg.pyMarc Abramowitz2012-07-071-7/+1
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 3a993d4c266798501557f338abc8c4cdc2db3c8c
* | | test_python33_bdist_egg.py: Check return value of bdist_egg commandMarc Abramowitz2012-07-071-1/+1
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 1f6c2ebfe44bdb09ee48f49f2cea94edf933e540
* | | Add a test for Python 3.3 bdist_egg issueMarc Abramowitz2012-07-071-0/+25
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : e83ee69c3b15e4a75780811a7bb3612b8f7f54d1
* | | Add tests and fix for marshal.load of pyc files on Python 3.3Marc Abramowitz2012-06-262-0/+13
| |/ |/| | | | | | | | | | | | | | | Fixes https://bitbucket.org/tarek/distribute/issue/283/bdist_egg-issues-with-python-330ax --HG-- branch : distribute extra : rebase_source : ec6f2611d3f8a54b7e11cfadf9d03fdcdef39639
* | make sure manual_test can be used under 2.3tarek2009-12-301-4/+16
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 0186c52fe9d753201828f54f5e6b348829eb4821
* | now using subprocess.calltarek2009-12-211-9/+13
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 62f83395c4d3d949b9e259c6d193a214e63aef41
* | disable Py3tarek2009-12-211-9/+8
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 05a91504dccded377676a993266f9b619b721aaa
* | uses distutils install schemes nowtarek2009-12-211-4/+16
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : fe92fa9e0949f11f27bbc94197fc812ed841dccf
* | Modified test script to be py3k compatibleagronholm2009-12-201-2/+6
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : d29c168646125155f3664cec0b88686ac14fbb22
* | Changed interpreter line to the recommended formagronholm2009-12-201-1/+1
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : bdef264a6d5109ec5433a8080cd03f3589992984
* | added test_full to maintarek2009-12-201-1/+1
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : d343619c60e76ece8c5e95d6aed1d8b48a4ea208
* | added manual functional tests for checking a releasetarek2009-12-201-0/+79
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : d7bc6ba1843217a020be419a8f3ed562e5ff4a3f
* | no_fake needs to be True by default fixes #74tarek2009-10-181-0/+12
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 158f5abb9528d7ea6cd436996d5022cb6bcda89e
* | fixed the testtarek2009-09-271-5/+6
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : baa02e55e21c112f8ebef178ec7c54fd998f93ea
* | merge dancetarek2009-09-201-6/+6
|\ \ | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : e0fc1e252a506a6a751f9557d4a01580e1cbbdfa
| * \ Merge upstream changes.Martin v. Löwis2009-09-131-0/+61
| |\ \ | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 4f43f59bf581c692bfbe4b45a8567b089fa0173a
| * | | Fix tests to support 3.x.Martin v. Löwis2009-09-121-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : e3cf4ce257e2a7969753e386c2b4bd9f654cb7fc
* | | | merged + removed trailing spacestarek2009-09-201-1/+0
| |/ / |/| | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 343481c01063bac16767023dd7a24bb0b063b967
* | | reintroduced use_setuptools in distribute_setup.pytarek2009-09-101-0/+61
|/ / | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 3f0d0f085964feffdb07e97f25d508b7aaa88ffb
* | bootstrapping.py -> distribute_setup.pytarek2009-08-081-7/+7
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 4e57a0bc1a8bea73bc8ed0f102d0e0907c554235
* | bootstraping.py -> bootstrapping.pytarek2009-08-051-7/+7
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : b54a39a7e7f17f3275d62d29da37de0776fb7ee3