aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_sandbox.py
Commit message (Expand)AuthorAgeFilesLines
* Add test capturing failure when the Exception is not pickleable. Ref #329.Jason R. Coombs2015-01-141-0/+12
* Adding test for non-exceptional condition.Jason R. Coombs2015-01-141-0/+6
* Add tests for new ExceptionSaverJason R. Coombs2015-01-141-0/+28
* Remove unused importJason R. Coombs2015-01-141-1/+1
* Remove try/except/fail - Exceptions are failures by default.Jason R. Coombs2015-01-041-4/+2
* 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