aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_sandbox.py
Commit message (Expand)AuthorAgeFilesLines
* Use tmpdir fixtureJason R. Coombs2015-01-021-16/+8
* Minor cleanupJason R. Coombs2015-01-021-7/+5
* Use importorskip to detect/load win32comJason R. Coombs2015-01-021-28/+17
* Ported test_sandbox to pytest from unittest.Jason R. Coombs2015-01-021-7/+3
* Add test capturing failure on Python 2.6. Ref #236Jason R. Coombs2014-08-011-0/+6
* Python 2.3 no longer supportedJason R. Coombs2014-08-011-2/+0
* Remove unused variableJason R. Coombs2014-08-011-1/+1
* Since Python 3 will always need the _execfile functionality (to fulfill the t...Jason R. Coombs2014-07-051-1/+1
* Adding test capturing Distribute #349Jason R. Coombs2013-09-181-0/+13
* make sure all tests passes on all python versions fixes #149Tarek Ziade2010-05-061-4/+7
* Added test to capture issue #118Jason R. Coombs2010-02-221-6/+41
* Allowing 'os.devnull' in Sandbox, fixes #101tarek2009-12-041-0/+28