summaryrefslogtreecommitdiff
path: root/setuptools/tests/test_develop.py
Commit message (Collapse)AuthorAgeFilesLines
* Modeling after Astropy's technique for bundling libraries, the imports are ↵Jason R. Coombs2015-12-311-6/+1
| | | | now much cleaner. Thanks @embray. Ref #229.
* Update vendoring technique to match that used for packaging. Ref #229.Jason R. Coombs2015-12-311-1/+6
|
* Merge with master. Ref #229.Jason R. Coombs2015-12-311-2/+3
|\
* | Skip the test when running under venv alsoJason R. Coombs2015-11-251-2/+4
| |
* | Draft a test for testing the new expectation for develop command (and ↵Jason R. Coombs2015-11-241-0/+25
| | | | | | | | general functionality when console scripts are present).
* | Rename tests for clarityJason R. Coombs2015-11-241-2/+2
| |
* | Use if clause.Jason R. Coombs2015-11-241-4/+4
| |
* | Use io.open and its context for simpler reading of a fileJason R. Coombs2015-11-241-8/+5
| |
* | Use quiet context to suppress stdout.Jason R. Coombs2015-11-241-5/+1
| |
* | Remove unused importsJason R. Coombs2015-11-241-2/+0
| |
* | Extract variableJason R. Coombs2015-11-241-6/+7
| |
* | Replace silent test acceptance with a proper skip checkJason R. Coombs2015-11-241-11/+2
| |
* | Extract setup/teardown methods as proper fixtures.Jason R. Coombs2015-11-241-27/+30
| |
* | Use context manager for opening fileJason R. Coombs2015-11-241-6/+4
|/
* Remove unused importJason R. Coombs2015-01-021-1/+0
|
* Remove apparently unused method.Jason R. Coombs2015-01-011-17/+0
|
* Remove consideration for older PythonsJason R. Coombs2015-01-011-3/+3
|
* Convert test_develop to use pytestJason R. Coombs2015-01-011-7/+6
|
* Remove unused imports, unused variables, and excess whitespaceJason R. Coombs2014-06-231-4/+2
|
* Clean some imports.Arfrever Frehtes Taifersar Arahesis2014-02-151-2/+4
|
* Merged upstream changes.Vinay Sajip2013-06-191-5/+8
|\
| * Merge Vinay Sajip's unified Python 2/3 support from distribute 3Jason R. Coombs2013-06-181-6/+6
| |\
| * | Fixed some resource leaks.Vinay Sajip2012-10-101-5/+12
| | |
| * | Merge with upstreamJason R. Coombs2013-06-181-2/+3
| |\ \
| | * | Changes to support 2.x and 3.x in the same codebase.Vinay Sajip2011-06-201-2/+3
| | | |
* | | | Initial commit. All tests pass on 2.7, 3.2 and 3.3, though there are some ↵Vinay Sajip2013-06-151-5/+6
| |_|/ |/| | | | | | | | atexit errors in the multiprocessing module in 2.7/3.2 (seemingly unrelated to setuptools).
* | | 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
| | | | setup_requires fixes #138
* move the rest of the path handling code from develop to easy_installRonny Pfannschmidt2010-02-111-4/+5
| | | | also resuffle the path handlers a bit, hopefully everything works now
* enable easy_install --user, *warning breaks tests*Ronny Pfannschmidt2010-02-111-7/+7
| | | | the test-isolation got borked and operates on the users home instead of the test-tempdirs
* 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