Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More toxification | Jason DeTiberus | 2017-01-10 | 1 | -0/+27 |
| | | | | | | | | | | | | - 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 | ||||
* | update tests and flake8/pylint fixes | Jason DeTiberus | 2016-11-29 | 1 | -2/+0 |
| | |||||
* | Make it easier to run Python tests | Rodolfo Carvalho | 2016-11-08 | 1 | -0/+2 |
Before one need to run: nosetests test/ utils/ Now: nosetests |