summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2016-11-29update tests and flake8/pylint fixesJason DeTiberus
2016-08-08Fixed a bug in modify_yaml module.Devan Goodwin
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.
2016-05-25Cleanup bin, test and roles/openshift_ansible_inventory following move to ↵Andrew Butcher
openshift-tools
2016-04-04Yedit enhancementsKenny Woodson
2016-03-30Moving generation of ansible module side by side with module.Kenny Woodson
2016-03-18Yaml editor first attemptKenny Woodson
2015-11-03Support for gceKenny Woodson
2015-02-19Explicitely use python2Lénaïc Huard
Some distributions are using python3 as the default python. On those ones, we need to explicitely use python2.
2014-12-18Updated with more testsKenny Woodson
2014-12-18unittest for merge_destructively. More to comeKenny Woodson
Added a readme so its obvious how to run tests Leaving this alone. Getting cleaned up in next PR Fixing space