Commit fb125b61 authored by Jason R. Coombs's avatar Jason R. Coombs

Split test into two

parent ed24bfcd
......@@ -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'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment