summaryrefslogtreecommitdiffstats
path: root/library/modify_yaml.py
Commit message (Collapse)AuthorAgeFilesLines
* Updated modify_yaml with docstring and clarificationsSteve Milner2017-01-131-8/+19
|
* python3 support, add tox for better local testing against multiple python ↵Jason DeTiberus2016-12-201-1/+1
| | | | versions
* modify_yaml: handle None value during update.Andrew Butcher2016-12-191-11/+15
|
* update tests and flake8/pylint fixesJason DeTiberus2016-11-291-4/+5
|
* Fixed a bug in modify_yaml module.Devan Goodwin2016-08-081-11/+19
| | | | | | | | | | When adding a property to a section that does not yet exist, the property was being inserted into the section above where it should have due to the pointer not being adjusted for the new section we created. Adds a test sub-directory, would like to eventually move all the ooinstall tests here as well so nosetests just works from top level directory.
* Move modify_yaml up into top level library directoryScott Dodson2016-05-061-0/+95