From fb125b61118422a32af19e8cc88eccd13aed14f8 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Fri, 2 Jan 2015 13:46:30 -0500 Subject: Split test into two --- setuptools/tests/test_msvc9compiler.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setuptools/tests/test_msvc9compiler.py') 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' -- cgit v1.2.1