summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
* renamed bootstraptarek2009-08-041-7/+7
| | | | | | --HG-- branch : distribute extra : rebase_source : 0f35dd5d49900dc6d6a4c237fb1ca422fa5740e2
* fixed #24: the jython calls now workstarek2009-07-231-2/+2
| | | | | | --HG-- branch : distribute extra : rebase_source : 490026cb4cb661428ab2ca71697664e4cba22909
* fixed the forbidden access problemtarek2009-07-231-3/+8
| | | | | | --HG-- branch : distribute extra : rebase_source : 4638763f686895225618238abb4f55786a205692
* shorcut to avoid unecessary work when located in a non-isolated environmenttarek2009-07-231-1/+2
| | | | | | --HG-- branch : distribute extra : rebase_source : 6b093a48e2647923cf36d1dd7ea74def0a961dc6
* safer test: will not overwrite an existing file for the testtarek2009-07-231-13/+30
| | | | | | --HG-- branch : distribute extra : rebase_source : f7eb15a38641127ee2eabdf9aedce9df4e79d581
* fixed import testtarek2009-07-221-1/+15
| | | | | | --HG-- branch : distribute extra : rebase_source : a007e84b35812190d3cb622d372b48c96634fc08
* test for the bootstraptarek2009-07-221-0/+38
| | | | | | --HG-- branch : distribute extra : rebase_source : 0f78770f9506430933809a442c88c740941bf367
* moved api_tests.txt doctest to tests/Tarek Ziadé2009-07-171-0/+330
| | | | | | --HG-- branch : distribute extra : rebase_source : 9ab6aebbc44b3f99f01dc7deb99e4a83de362714
* SharedLibrary -> Library. For now, Windows libs get built as shared,PJ Eby2006-01-061-2/+2
| | | | | | | | and other platforms get static. :( --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041941
* First draft of shared library build support. See tests/shlib_testPJ Eby2006-01-055-0/+192
for a trivial example. This has only been tested on Windows with a MinGW compiler, and the Mac OS support isn't finished. Testing w/other platforms+compilers would be helpful. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041927