summaryrefslogtreecommitdiffstats
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* Fix container_runtime openshift_containerized_host_groupsMichael Gugino2017-12-211-0/+1
| | | | | | | | | | openshift_containerized_host_groups needs to be referenced via hostvars. This commit also updates tox ansible syntax checks to account for unavailability of hostsvars during syntax checks. Fixes: https://github.com/openshift/openshift-ansible/issues/6540
* remove integration tests from toxLuke Meyer2017-12-111-3/+0
|
* tox.ini: simplify unit test reqsLuke Meyer2017-11-221-1/+1
| | | | | Rather than using a command to install ooinstall in the venv, just do so as part of creation and leave the command to just run unit tests.
* Test: Fail on entry point playbooks in commonRussell Teague2017-08-291-1/+0
|
* Paren wrap integration print().Andrew Butcher2017-08-011-1/+1
|
* Switch CI to ansible-2.3.1.0Scott Dodson2017-07-171-6/+1
|
* integration tests: add CI scriptsLuke Meyer2017-04-251-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 testsRodolfo Carvalho2017-04-251-0/+8
|
* Add Ansible syntax checks to toxRussell Teague2017-04-191-1/+1
|
* tox tests: pin test requirement versionsLuke Meyer2017-04-131-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 testsJason DeTiberus2017-03-061-4/+7
| | | | - Consolidate tests between the root of the repo and utils
* Accept extra positional arguments in toxRodolfo Carvalho2017-02-201-2/+2
| | | | | | Example: tox -e py35-ansible22-unit -- --collect-only
* Replace nose with pytestRodolfo Carvalho2017-02-201-1/+1
|
* Configure pytest to run tests and coverageRodolfo Carvalho2017-02-201-0/+2
|
* Updated the generate.py scripts for tox and virtualenv.Kenny Woodson2017-01-181-1/+1
|
* Adding tox tests for generated code.Kenny Woodson2017-01-181-0/+1
|
* Correct tox to run on TravisRussell Teague2017-01-111-2/+1
|
* More toxificationJason DeTiberus2017-01-101-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