| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Tests once again randomly broke due to a PyPi release.
This makes req versions explicit so they only change deliberately.
|
|
|
|
| |
- Consolidate tests between the root of the repo and utils
|
| |
|
| |
|
|
|
|
|
|
|
| |
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).
|
|
|
|
| |
was: separate lib_ unit tests from other unit tests
|
|
- 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
|