summaryrefslogtreecommitdiffstats
path: root/roles/lib_utils/src/test/unit/yedit_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Include missing unit tests to test runner configRodolfo Carvalho2017-02-191-277/+0
| | | | We were not running those tests in CI, bad :(
* Fix tests on Python 3Rodolfo Carvalho2017-02-191-1/+1
| | | | | | Unlike in Python 2: - `range` doesn't return a list. - `dict.keys` doesn't return a list.
* Adding ability to systematically modify yaml from ansible.Kenny Woodson2017-01-111-0/+277