diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-02 13:46:30 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-02 13:46:30 -0500 |
commit | fb125b61118422a32af19e8cc88eccd13aed14f8 (patch) | |
tree | 3fe36aab5e3e43a26756922478c4e15bfdeae8be /setuptools/tests/test_msvc9compiler.py | |
parent | ed24bfcd1c3b9b7d83e433152c85dd6400edb4e6 (diff) | |
download | external_python_setuptools-fb125b61118422a32af19e8cc88eccd13aed14f8.tar.gz external_python_setuptools-fb125b61118422a32af19e8cc88eccd13aed14f8.tar.bz2 external_python_setuptools-fb125b61118422a32af19e8cc88eccd13aed14f8.zip |
Split test into two
Diffstat (limited to 'setuptools/tests/test_msvc9compiler.py')
-rw-r--r-- | setuptools/tests/test_msvc9compiler.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/setuptools/tests/test_msvc9compiler.py b/setuptools/tests/test_msvc9compiler.py index 9ed23e38..02790ae7 100644 --- a/setuptools/tests/test_msvc9compiler.py +++ b/setuptools/tests/test_msvc9compiler.py @@ -77,6 +77,8 @@ class TestMSVC9Compiler: query_vcvarsall(9.0) assert 'aka.ms/vcpython27' in str(exc) + def test_find_vcvarsall_patch_2(self): + find_vcvarsall = distutils.msvc9compiler.find_vcvarsall key_32 = r'software\microsoft\devdiv\vcforpython\9.0\installdir' key_64 = r'software\wow6432node\microsoft\devdiv\vcforpython\9.0\installdir' |