Russell Teague d448704c0e Playbook Consolidation - openshift-node il y a 7 ans
..
docs 4b8f66c37b Cleanup old deployment types il y a 7 ans
etc e31dd8e318 ansible.cfg: error when inventory does not parse il y a 7 ans
site_assets 5bfa7e8da7 Fix typos il y a 8 ans
src d448704c0e Playbook Consolidation - openshift-node il y a 7 ans
test 29520b2f41 Remove commented-out test code il y a 8 ans
.gitignore c959f9dcf9 Fix PyLint errors discovered when upgrading to newer version il y a 8 ans
README.md 3151e4f8c4 Update docs for test consolidation and remove the Makefile il y a 8 ans
setup.cfg fda3b434b7 Consolidate root/utils tests il y a 8 ans
setup.py fda3b434b7 Consolidate root/utils tests il y a 8 ans

README.md

Running Tests

All tests can be run by running tox. See running tests for more information.

Running From Source

You will need to setup a virtualenv to run from source:

$ virtualenv oo-install
$ source oo-install/bin/activate
$ python setup.py develop

The virtualenv bin directory should now be at the start of your $PATH, and oo-install is ready to use from your shell.

You can exit the virtualenv with:

$ deactivate