Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace nose with pytest | Rodolfo Carvalho | 2017-02-20 | 1 | -1/+0 |
| | |||||
* | Configure pytest to run tests and coverage | Rodolfo Carvalho | 2017-02-20 | 1 | -0/+1 |
| | |||||
* | Make tests run with either nosetests or pytest | Rodolfo Carvalho | 2017-02-20 | 1 | -0/+1 |
| | | | | | | | And remove explicit dependencies on nose, replacing with pytest. The former is the way forward, for it is a better maintained test library, and a transitive dependency of `molecule`, the test framework we're using to add integration tests to this repo (work in progress). | ||||
* | Unset exec bit in tests, add missing requirements | Jason DeTiberus | 2017-02-19 | 1 | -0/+1 |
| | | | | was: separate lib_ unit tests from other unit tests | ||||
* | More toxification | Jason DeTiberus | 2017-01-10 | 1 | -0/+11 |
- 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 |