summaryrefslogtreecommitdiffstats
path: root/test/units/module_utils/parsing (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Require `from __future__ import annotations` (#81902)Matt Clay2023-10-051-3/+1
|
* Clean up unit test boilerplate.Matt Clay2020-06-221-1/+1
|
* Cleanup for Python 3.9 and pycodestyle compat.Matt Clay2020-05-151-4/+4
|
* Consolidate boolean/mk_boolean conversion functions into a single locationToshio Kuratomi2017-07-171-0/+60
Consolidate the module_utils, constants, and config functions that convert values into booleans into a single function in module_utils. Port code to use the module_utils.validate.convert_bool.boolean function isntead of mk_boolean.