Commit message (Collapse) | 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 |
| | | | | >=3.3. | ||||
* | 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 ↵ | Jason R. Coombs | 2015-01-02 | 1 | -28/+3 |
| | | | | test_msvc9compiler and use it. | ||||
* | 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 |
| | | | | | --HG-- extra : amend_source : b8e14d29b2a36b84e30e22cf231d0b1730eeb7f4 | ||||
* | Adds monkeypatching for msvc9compiler.find_vcvarsall() to look for a ↵ | Steve Dower | 2014-09-25 | 1 | -0/+135 |
standalone compiler installation and improves the error message for missing VC installation. |