Test suite for validating deployed CloudForms applications.
python
python-setuptools
make
- For creating documentation
- Checkout the git repository
git clone git://github.com/mfalesni/cloud-app-sanity.git
If you don't have git installed, use this command, which will download repository as tarball and extract it
curl https://raw.github.com/mfalesni/cloud-app-sanity/master/tools/download_suite.sh | bash
- Change into the repository directory
cd cloud-app-sanity
- Prepare the environment and run the test suite. You can run all tests with this command:
python setup.py test
if you want to run only some tests matching a particular expression, you can use this command:
PY_KEYWORDEXPR="some-string" python setup.py test
Where "some-string" specifies a keyword expression used by py.test to determine which tests to run. For more information, consult the ''-k KEYWORDEXPR'' parameter to py.test.
The latest (and greatest) version of documentation can be found here:
http://mfalesni.github.com/cloud-app-sanity/
It's updated usually after bigger changes in codebase.