Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Lowering test coverage percentage. | Kenny Woodson | 2017-03-08 | 1 | -1/+1 |
| | |||||
* | Consolidate root/utils tests | Jason DeTiberus | 2017-03-06 | 1 | -2/+3 |
| | | | | - Consolidate tests between the root of the repo and utils | ||||
* | Lower test coverage percentage. | Kenny Woodson | 2017-03-06 | 1 | -1/+1 |
| | |||||
* | test fixes for openshift_certificates_expiry | Jason DeTiberus | 2017-03-02 | 1 | -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 requirements | Rodolfo Carvalho | 2017-02-20 | 1 | -1/+1 |
| | |||||
* | Configure pytest to run tests and coverage | Rodolfo Carvalho | 2017-02-20 | 1 | -1/+14 |
| | |||||
* | More toxification | Jason DeTiberus | 2017-01-10 | 1 | -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 |