summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Cleanup bin, test and roles/openshift_ansible_inventory following move to ↵Andrew Butcher2016-05-254-272/+0
| | | | openshift-tools
* Yedit enhancementsKenny Woodson2016-04-042-10/+60
|
* Moving generation of ansible module side by side with module.Kenny Woodson2016-03-302-156/+13
|
* Yaml editor first attemptKenny Woodson2016-03-181-0/+236
|
* Support for gceKenny Woodson2015-11-033-96/+115
|
* Explicitely use python2Lénaïc Huard2015-02-191-1/+1
| | | | | Some distributions are using python3 as the default python. On those ones, we need to explicitely use python2.
* Updated with more testsKenny Woodson2014-12-181-0/+28
|
* unittest for merge_destructively. More to comeKenny Woodson2014-12-183-0/+82
Added a readme so its obvious how to run tests Leaving this alone. Getting cleaned up in next PR Fixing space