summaryrefslogtreecommitdiffstats
path: root/test/units/_vendor (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Require `from __future__ import annotations` (#81902)Matt Clay2023-10-051-0/+1
|
* Improve unit test code coverage (#80683)Matt Clay2023-05-011-14/+3
|
* Clean up unused imports in unit tests (#79893)Matt Clay2023-02-031-1/+1
|
* Use unittest.mock instead of mock. (#77883)Matt Clay2022-05-231-1/+1
| | | This can only be done for controller tests.
* Remove obsolete units.compat.mock compat layer. (#77118)Matt Clay2022-02-231-1/+1
| | | | * Remove obsolete units.compat.mock compat layer. * Update remaining units.compat.mock references.
* Another unit test fix for Python 3.10. (#74628)Matt Clay2021-05-082-1/+1
| | | | * Another unit test fix for Python 3.10. * Add missing __init__.py file.
* transparent downstream vendoring (#69850)Matt Davis2020-06-161-0/+65
* builtin downstream vendoring support * allows downstream packagers to install packages to `ansible/_vendor` that will automatically be added to head of sys.path during `ansible` package load * tests * sort conflicting package names in warning text * sanity fixes * skip unnecessary comparison