summaryrefslogtreecommitdiffstats
path: root/test/modify_yaml_tests.py
Commit message (Collapse)AuthorAgeFilesLines
* Move Python unit tests to subdirectoryRodolfo Carvalho2017-04-251-37/+0
| | | | To make room for integration tests.
* update tests and flake8/pylint fixesJason DeTiberus2016-11-291-2/+2
|
* Fixed a bug in modify_yaml module.Devan Goodwin2016-08-081-0/+37
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.