Commit Graph

6 Commits (82b5544b09057ca751f7a0991b7be3469f55ccd1)

Author SHA1 Message Date
Matt Clay 2fd64161c1
Fix hard-coded interpreter in test_async_wrapper (#80816) 3 years ago
Matt Clay 25d859f8fb
Clean up unused imports in unit tests (#79893) 3 years ago
Matt Clay 2595b42aca
Prefer unittest.mock over mock. (#77886) 4 years ago
Matt Clay 1a5853d794
Remove obsolete units.compat.mock compat layer. (#77118)
* Remove obsolete units.compat.mock compat layer.
* Update remaining units.compat.mock references.
4 years ago
Brian Coca 39bd8b99ec
async_wrapper more info on end (#74199)
be consistent on information returned
 normalize 'return functions'
 fix unit test
 add a bit more context on some failures
5 years ago
jctanner b019029bf3
Add intentional unit tests for basic._set_cwd and common.dict_merge (#70283)
* Add unit tests for basic._set_cwd

* incidental coverage for dict_merge

* add test for async stderr inclusion
6 years ago