Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Paren wrap integration print(). | Andrew Butcher | 2017-08-01 | 1 | -1/+1 |
| | |||||
* | Switch CI to ansible-2.3.1.0 | Scott Dodson | 2017-07-17 | 1 | -6/+1 |
| | |||||
* | integration tests: add CI scripts | Luke Meyer | 2017-04-25 | 1 | -7/+7 |
| | | | | | | Add some scripts that can be run from Jenkins to build/push test images and to run the tests. Updated README to expand on running tests. | ||||
* | Add stub of preflight integration tests | Rodolfo Carvalho | 2017-04-25 | 1 | -0/+8 |
| | |||||
* | Add Ansible syntax checks to tox | Russell Teague | 2017-04-19 | 1 | -1/+1 |
| | |||||
* | tox tests: pin test requirement versions | Luke Meyer | 2017-04-13 | 1 | -1/+1 |
| | | | | | Tests once again randomly broke due to a PyPi release. This makes req versions explicit so they only change deliberately. | ||||
* | Consolidate root/utils tests | Jason DeTiberus | 2017-03-06 | 1 | -4/+7 |
| | | | | - Consolidate tests between the root of the repo and utils | ||||
* | Accept extra positional arguments in tox | Rodolfo Carvalho | 2017-02-20 | 1 | -2/+2 |
| | | | | | | Example: tox -e py35-ansible22-unit -- --collect-only | ||||
* | Replace nose with pytest | Rodolfo Carvalho | 2017-02-20 | 1 | -1/+1 |
| | |||||
* | Configure pytest to run tests and coverage | Rodolfo Carvalho | 2017-02-20 | 1 | -0/+2 |
| | |||||
* | Updated the generate.py scripts for tox and virtualenv. | Kenny Woodson | 2017-01-18 | 1 | -1/+1 |
| | |||||
* | Adding tox tests for generated code. | Kenny Woodson | 2017-01-18 | 1 | -0/+1 |
| | |||||
* | Correct tox to run on Travis | Russell Teague | 2017-01-11 | 1 | -2/+1 |
| | |||||
* | More toxification | Jason DeTiberus | 2017-01-10 | 1 | -0/+19 |
- 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 |