aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_msvc9compiler.py
Commit message (Collapse)AuthorAgeFilesLines
* Rename test for msvc module as wellJason R. Coombs2016-07-021-179/+0
|
* Rename msvc9_support to simply msvc.Jason R. Coombs2016-07-021-1/+1
|
* Fix failing test by reverting to author's original intent. Ref #317Jason R. Coombs2015-01-151-2/+2
|
* Just the path is expectedJason R. Coombs2015-01-151-4/+7
|
* Have mock_install_dir actually yield the file name. Ref #317.Jason R. Coombs2015-01-151-1/+1
|
* Use unittest.mock from standard library instead of external mock with Python ↵Arfrever Frehtes Taifersar Arahesis2015-01-151-1/+4
| | | | >=3.3.
* Move docstring to test class.Jason R. Coombs2015-01-021-5/+7
|
* Extract three more tests, using fixtures to unify the common aspects.Jason R. Coombs2015-01-021-41/+83
|
* Split the first test into two more tests.Jason R. Coombs2015-01-021-4/+8
|
* Split test into twoJason R. Coombs2015-01-021-0/+2
|
* Use mock to patch msvc9compiler.Reg.Jason R. Coombs2015-01-021-46/+44
|
* Remove unittest dependency from test_msvc9compiler.Jason R. Coombs2015-01-021-6/+5
|
* Extend contexts environment patching logic based on context manager in ↵Jason R. Coombs2015-01-021-28/+3
| | | | test_msvc9compiler and use it.
* Use pytest importorskip for skip logicJason R. Coombs2014-12-311-4/+2
|
* Rewrite assertJason R. Coombs2014-12-311-11/+7
|
* Always restore os.environ even if an exception occurs.Jason R. Coombs2014-09-261-5/+6
|
* Add docstringJason R. Coombs2014-09-261-0/+4
|
* Avoid passing None values to os.environ.Jason R. Coombs2014-09-261-4/+7
|
* Meant 'items'Jason R. Coombs2014-09-261-1/+1
|
* Correct test assertionJason R. Coombs2014-09-261-1/+1
|
* Extracting environment patcherJason R. Coombs2014-09-261-5/+21
|
* Skip tests if msvc9compiler isn't available.Jason R. Coombs2014-09-261-2/+4
|
* Grab winreg module from distutils.msvc9compilerJason R. Coombs2014-09-261-7/+5
|
* Move stable import into stdlib imports sectionJason R. Coombs2014-09-261-2/+2
|
* Remove unused importJason R. Coombs2014-09-261-1/+1
|
* Remove excess whitespaceJason R. Coombs2014-09-261-14/+12
| | | | | --HG-- extra : amend_source : b8e14d29b2a36b84e30e22cf231d0b1730eeb7f4
* Adds monkeypatching for msvc9compiler.find_vcvarsall() to look for a ↵Steve Dower2014-09-251-0/+135
standalone compiler installation and improves the error message for missing VC installation.