summaryrefslogtreecommitdiffstats
path: root/test/units/executor/test_task_result.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Typo fixes and other bits and bobs (#83672)Lee Garrett2024-07-271-1/+1
* Remove Python 2.x compat from unit tests (#82109)Matt Clay2023-11-021-1/+1
* Require `from __future__ import annotations` (#81902)Matt Clay2023-10-051-3/+1
* Use unittest.mock instead of mock. (#77883)Matt Clay2022-05-231-1/+1
* Remove obsolete units.compat.mock compat layer. (#77118)Matt Clay2022-02-231-1/+1
* Move unit test compat code out of `lib/ansible/`. (#46996)Matt Clay2018-10-131-2/+2
* Add test for clean_copy preservation of keysMatt Martz2017-12-121-0/+22
* better cleanup on task results display (#27175)Brian Coca2017-10-161-0/+9
* Return code is not very useful to assume a task failedDag Wieers2017-06-271-2/+2
* test/: PEP8 compliancy (#24803)Dag Wieers2017-05-301-0/+1
* add jimi-c's unit test for squashed skip results, tweaked is_skipped() logic ...nitzmahone2016-05-061-0/+9
* Adding unit tests for TaskResultJames Cammarata2016-03-141-0/+130