Devan Goodwin 215a7aacc2 Fix bug with not upgrading openshift-master to atomic-openshift-master. 9 jaren geleden
..
docs ec31736606 Document the new version field for installer config. 9 jaren geleden
etc df78d323c0 Add atomic-openshift-utils 9 jaren geleden
site_assets df78d323c0 Add atomic-openshift-utils 9 jaren geleden
src 215a7aacc2 Fix bug with not upgrading openshift-master to atomic-openshift-master. 9 jaren geleden
test 9d05b8c192 Merge remote-tracking branch 'upstream/master' into upgrade 9 jaren geleden
workflows df78d323c0 Add atomic-openshift-utils 9 jaren geleden
.gitignore df78d323c0 Add atomic-openshift-utils 9 jaren geleden
README.txt df78d323c0 Add atomic-openshift-utils 9 jaren geleden
setup.cfg df78d323c0 Add atomic-openshift-utils 9 jaren geleden
setup.py efba9eb00b Add subcommands to CLI. 9 jaren geleden

README.txt

## Running From Source

You will need to setup a virtualenv to run from source and execute the unit tests.

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

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

## Testing

Install some testing libraries: (we cannot do this via setuptools due to the version virtualenv bundles)

$ pip install mock nose

Then run the tests with:

$ oo-install/bin/nosetests