summaryrefslogtreecommitdiffstats
path: root/utils/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Update docs for test consolidation and remove the MakefileJason DeTiberus2017-03-061-58/+3
|
* Clean up utils/README.mdRodolfo Carvalho2017-02-201-25/+16
| | | | Remove old way of running tests, plus mirror edits.
* More toxificationJason DeTiberus2017-01-101-0/+41
| | | | | | | | | | | | - Move pylint tests to tox - Move yamllint tests to tox - Create separate tox config (and setup.py) for root - bump ansible requirement - unify pylint config - add docs - remove git directory containing old testing tools - install python-six if not present for openshift-facts - add python-six as a dependency for openshift-ansible-utils
* Make note about ansible/install logs messing up ci testsTim Bielawa2016-08-241-0/+4
|
* Fix BZ1368296 by quietly recollecting facts if the cache is removedTim Bielawa2016-08-241-0/+37
* Add python logging * Add testing system via 'make ci'