Tests
Required environment variables:
VSS_API_TOKEN
: If set, will be used to execute tests.VSS_API_USER
: IfVSS_API_TOKEN
not set, test script will try to use this along withVSS_API_USER_PASS
.VSS_API_USER_PASS
: API user password. Used only when noVSS_API_TOKEN
is set.VSS_API_TEST_FOLDER
: Target folder where VMs will be created during tests.
pip install pep8 nose coverage pytz
nosetests -v --with-coverage --cover-package=pyvss \
--cover-branches --cover-erase --cover-html --cover-html-dir=cover