Commit 3558c1a0 authored by Jason R. Coombs's avatar Jason R. Coombs

Have mock_install_dir actually yield the file name. Ref #317.

parent 1cd6c9a1
......@@ -173,4 +173,4 @@ class TestModulePatch:
vcvarsall = os.path.join(result, 'vcvarsall.bat')
with open(vcvarsall, 'w'):
pass
yield
yield vcvarsall
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