summaryrefslogtreecommitdiffstats
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* separate out test tool configs from setup.cfgJason DeTiberus2017-03-061-27/+0
| | | | | Since we are moving away from setuptools for invoking tests, lets move the configs for the different test tools into their own configs.
* Replace nose with pytestRodolfo Carvalho2017-02-201-14/+0
|
* Configure pytest to run tests and coverageRodolfo Carvalho2017-02-201-0/+19
|
* Temporarily lower the bar for minimum coverageRodolfo Carvalho2017-02-191-1/+1
| | | | | Running tests from `roles/lib_openshift` and `roles/lib_utils` uncovers the current lower coverage. Need to fix that and raise the bar again.
* Unset exec bit in tests, add missing requirementsJason DeTiberus2017-02-191-1/+0
| | | | was: separate lib_ unit tests from other unit tests
* Include missing unit tests to test runner configRodolfo Carvalho2017-02-191-1/+5
| | | | We were not running those tests in CI, bad :(
* 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