aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_develop.py
Commit message (Expand)AuthorAgeFilesLines
* Fix some ResourceWarnings.Arfrever Frehtes Taifersar Arahesis2012-12-291-2/+6
* Got rid of deprecated assert_ and assertEquals.Lennart Regebro2012-08-221-3/+3
* Added fix for the develop command, #299.Lennart Regebro2012-08-211-5/+11
* Added failing test for #299.Lennart Regebro2012-08-211-11/+37
* skipping a tets if in virtualenvTarek Ziade2011-05-261-1/+1
* make sure we test that the directory exists before we install stuff asked by ...Tarek Ziade2010-04-071-2/+19
* move the rest of the path handling code from develop to easy_installRonny Pfannschmidt2010-02-111-4/+5
* enable easy_install --user, *warning breaks tests*Ronny Pfannschmidt2010-02-111-7/+7
* Added upload_docs unit test and fixed a bug in test_develop.Alice Bevan-McGregor2009-11-151-1/+1
* make sure USER_SITE is listed as a sitedir in easy_installtarek2009-10-271-1/+2
* now develop supports the --user option fixes #58tarek2009-10-271-0/+63