summaryrefslogtreecommitdiffstats
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* 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