Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Typo fixes and other bits and bobs (#83672) | Lee Garrett | 2024-07-27 | 1 | -1/+1 |
* | Remove Python 2.x compat from unit tests (#82109) | Matt Clay | 2023-11-02 | 1 | -1/+1 |
* | Require `from __future__ import annotations` (#81902) | Matt Clay | 2023-10-05 | 1 | -3/+1 |
* | Use unittest.mock instead of mock. (#77883) | Matt Clay | 2022-05-23 | 1 | -1/+1 |
* | Remove obsolete units.compat.mock compat layer. (#77118) | Matt Clay | 2022-02-23 | 1 | -1/+1 |
* | Move unit test compat code out of `lib/ansible/`. (#46996) | Matt Clay | 2018-10-13 | 1 | -2/+2 |
* | Add test for clean_copy preservation of keys | Matt Martz | 2017-12-12 | 1 | -0/+22 |
* | better cleanup on task results display (#27175) | Brian Coca | 2017-10-16 | 1 | -0/+9 |
* | Return code is not very useful to assume a task failed | Dag Wieers | 2017-06-27 | 1 | -2/+2 |
* | test/: PEP8 compliancy (#24803) | Dag Wieers | 2017-05-30 | 1 | -0/+1 |
* | add jimi-c's unit test for squashed skip results, tweaked is_skipped() logic ... | nitzmahone | 2016-05-06 | 1 | -0/+9 |
* | Adding unit tests for TaskResult | James Cammarata | 2016-03-14 | 1 | -0/+130 |