summaryrefslogtreecommitdiff
path: root/.coveragerc
AgeCommit message (Collapse)Author
2017-03-08Lowering test coverage percentage.Kenny Woodson
2017-03-06Consolidate root/utils testsJason DeTiberus
- Consolidate tests between the root of the repo and utils
2017-03-06Lower test coverage percentage.Kenny Woodson
2017-03-02test fixes for openshift_certificates_expiryJason DeTiberus
- create pytest fixtures for building certs at runtime - update tests to use the fixtures - add tests for load_and_handle_cert - fix py2/py3 encode/decode issues raised by tests - add get_extension_count method to fakeOpenSSLCertificate - avoid using a temp file for passing ssl certificate to openssl subprocess - other test tweaks: - exclude conftest.py and tests from coverage report - reduce the fail_under to 26%, since the tests being included were inflating our coverage
2017-02-20Raise the bar on coverage requirementsRodolfo Carvalho
2017-02-20Configure pytest to run tests and coverageRodolfo Carvalho
2017-01-10More toxificationJason DeTiberus
- 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