index
:
external_python_setuptools
40.7-maintenance
bootstrap
bootstrap-2.x
bootstrap-py24
bugfix/1623-always-targz
bugfix/1635-disallow-parent-paths
bugfix/1663-restore-port
bugfix/2129-better-egg-detection
bugfix/2232-adopt-distutils-default
bugfix/2232-ubuntu-patch
bugfix/downgrade-pip
bugfix/downgrade-pip-redux
debt/drop-py35
debt/remove-RequirementParseError
develop-nspkg
develop-nspkg-always
di-patch-1
distutils
distutils-adopt-escape-hatch
docs/auto-merge
docs/distutils-porting
dont-normalize
drop-py26
export-pkg-resources
feature/1246-utf-8-in-scripts
feature/1696-update-vendored-deps
feature/2093-docs-revamp
feature/deprecate-2to3
feature/deps-in-metadata
feature/deterministic-provides-extras-2
feature/easy-install-dep
feature/implicit-bootstrap
feature/include-pyproject.toml
feature/pip-options-alignment
feature/pyopenssl-fallback
feature/simple-dist-name-in-scripts
feature/tox-venv
feature/vendor-pkg-resources
feature/version-in-cfg
feature/xenial-py37
fix_changelog
issue-704
issue-889
issue-97
issue250-module_from_spec
issue250-reentry
iterator-unpack
maint/44.x
master
pr/1521
pr1887-rebase
replicant-10
revert-1180-fix_889_and_non-ascii_in_setup.cfg_take_2
setuptools-scm
Python setuptools
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
setuptools
/
tests
/
test_msvc9compiler.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename test for msvc module as well
Jason R. Coombs
2016-07-02
1
-179
/
+0
*
Rename msvc9_support to simply msvc.
Jason R. Coombs
2016-07-02
1
-1
/
+1
*
Fix failing test by reverting to author's original intent. Ref #317
Jason R. Coombs
2015-01-15
1
-2
/
+2
*
Just the path is expected
Jason R. Coombs
2015-01-15
1
-4
/
+7
*
Have mock_install_dir actually yield the file name. Ref #317.
Jason R. Coombs
2015-01-15
1
-1
/
+1
*
Use unittest.mock from standard library instead of external mock with Python ...
Arfrever Frehtes Taifersar Arahesis
2015-01-15
1
-1
/
+4
*
Move docstring to test class.
Jason R. Coombs
2015-01-02
1
-5
/
+7
*
Extract three more tests, using fixtures to unify the common aspects.
Jason R. Coombs
2015-01-02
1
-41
/
+83
*
Split the first test into two more tests.
Jason R. Coombs
2015-01-02
1
-4
/
+8
*
Split test into two
Jason R. Coombs
2015-01-02
1
-0
/
+2
*
Use mock to patch msvc9compiler.Reg.
Jason R. Coombs
2015-01-02
1
-46
/
+44
*
Remove unittest dependency from test_msvc9compiler.
Jason R. Coombs
2015-01-02
1
-6
/
+5
*
Extend contexts environment patching logic based on context manager in test_m...
Jason R. Coombs
2015-01-02
1
-28
/
+3
*
Use pytest importorskip for skip logic
Jason R. Coombs
2014-12-31
1
-4
/
+2
*
Rewrite assert
Jason R. Coombs
2014-12-31
1
-11
/
+7
*
Always restore os.environ even if an exception occurs.
Jason R. Coombs
2014-09-26
1
-5
/
+6
*
Add docstring
Jason R. Coombs
2014-09-26
1
-0
/
+4
*
Avoid passing None values to os.environ.
Jason R. Coombs
2014-09-26
1
-4
/
+7
*
Meant 'items'
Jason R. Coombs
2014-09-26
1
-1
/
+1
*
Correct test assertion
Jason R. Coombs
2014-09-26
1
-1
/
+1
*
Extracting environment patcher
Jason R. Coombs
2014-09-26
1
-5
/
+21
*
Skip tests if msvc9compiler isn't available.
Jason R. Coombs
2014-09-26
1
-2
/
+4
*
Grab winreg module from distutils.msvc9compiler
Jason R. Coombs
2014-09-26
1
-7
/
+5
*
Move stable import into stdlib imports section
Jason R. Coombs
2014-09-26
1
-2
/
+2
*
Remove unused import
Jason R. Coombs
2014-09-26
1
-1
/
+1
*
Remove excess whitespace
Jason R. Coombs
2014-09-26
1
-14
/
+12
*
Adds monkeypatching for msvc9compiler.find_vcvarsall() to look for a standalo...
Steve Dower
2014-09-25
1
-0
/
+135