| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Since we are moving away from setuptools for invoking tests, lets
move the configs for the different test tools into their own configs.
|
| |
|
| |
|
|
|
|
|
| |
Running tests from `roles/lib_openshift` and `roles/lib_utils` uncovers
the current lower coverage. Need to fix that and raise the bar again.
|
|
|
|
| |
was: separate lib_ unit tests from other unit tests
|
|
|
|
| |
We were not running those tests in CI, bad :(
|
|
|
|
|
|
|
|
| |
Added setup.py to flake8 tests since it is code. Also minor updates to
slightly modernize.
Note: In the future {#} should probably be ported to {} as numbering is
no longer needed (and disliked by many).
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
Before one need to run:
nosetests test/ utils/
Now:
nosetests
|