summaryrefslogtreecommitdiffstats
path: root/test/units/parsing/test_unquote.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Require `from __future__ import annotations` (#81902)Matt Clay2023-10-051-3/+1
|
* Switch tests to pytest and ansible-test.Matt Clay2017-01-111-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 playbooksToshio Kuratomi2015-10-271-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 Kuratomi2015-07-061-0/+58
* escaped end quote * a single quote character