Luke Meyer b39cad5897 ansible.cfg: improve ssh ControlPath 7 years ago
..
docs fd0604b90a Update manpage version. 8 years ago
etc b39cad5897 ansible.cfg: improve ssh ControlPath 7 years ago
site_assets 5bfa7e8da7 Fix typos 8 years ago
src c71e4e2c83 Fix variants for v3.6 8 years ago
test 29520b2f41 Remove commented-out test code 8 years ago
.gitignore c959f9dcf9 Fix PyLint errors discovered when upgrading to newer version 8 years ago
README.md 3151e4f8c4 Update docs for test consolidation and remove the Makefile 8 years ago
setup.cfg fda3b434b7 Consolidate root/utils tests 8 years ago
setup.py fda3b434b7 Consolidate root/utils tests 8 years ago

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