Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Require `from __future__ import annotations` (#81902) | Matt Clay | 2023-10-05 | 1 | -3/+1 |
| | |||||
* | Switch tests to pytest and ansible-test. | Matt Clay | 2017-01-11 | 1 | -31/+24 |
| | | | | | | | - Replace nose usage with pytest. - Remove legacy Shippable integration.sh. - Update Makefile to use pytest and ansible-test. - Convert most yield unit tests to pytest parametrize. | ||||
* | Break apart a looped dependency to show a warning when parsing playbooks | Toshio Kuratomi | 2015-10-27 | 1 | -1/+1 |
| | | | | | Display a warning when a dict key is overwritten by pyyaml Fixes #12888 | ||||
* | Test unquote works as expected and fix two bugs: | Toshio Kuratomi | 2015-07-06 | 1 | -0/+58 |
* escaped end quote * a single quote character |