summaryrefslogtreecommitdiffstats
path: root/.coveragerc
Commit message (Collapse)AuthorAgeFilesLines
* Lowering test coverage percentage.Kenny Woodson2017-03-081-1/+1
|
* Consolidate root/utils testsJason DeTiberus2017-03-061-2/+3
| | | | - Consolidate tests between the root of the repo and utils
* Lower test coverage percentage.Kenny Woodson2017-03-061-1/+1
|
* test fixes for openshift_certificates_expiryJason DeTiberus2017-03-021-3/+4
| | | | | | | | | | | | | | - 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
* Raise the bar on coverage requirementsRodolfo Carvalho2017-02-201-1/+1
|
* Configure pytest to run tests and coverageRodolfo Carvalho2017-02-201-1/+14
|
* More toxificationJason DeTiberus2017-01-101-0/+5
- 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