summaryrefslogtreecommitdiffstats
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Added setup.py to flake8 testsSteve Milner2017-01-121-1/+1
| | | | | | | | Added setup.py to flake8 tests since it is code. Also minor updates to slightly modernize. Note: In the future {#} should probably be ported to {} as numbering is no longer needed (and disliked by many).
* More toxificationJason DeTiberus2017-01-101-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 fixesJason DeTiberus2016-11-291-2/+0
|
* Make it easier to run Python testsRodolfo Carvalho2016-11-081-0/+2
Before one need to run: nosetests test/ utils/ Now: nosetests