Tests
=====

Required environment variables:

- ``VSS_API_TOKEN``: If set, will be used to execute tests.
- ``VSS_API_USER``: If ``VSS_API_TOKEN`` not set, test script will try to use this along with ``VSS_API_USER_PASS``.
- ``VSS_API_USER_PASS``: API user password. Used only when no ``VSS_API_TOKEN`` is set.
- ``VSS_API_TEST_FOLDER``: Target folder where VMs will be created during tests.

.. code-block:: bash

    pip install pep8 nose coverage pytz
    nosetests -v --with-coverage --cover-package=pyvss \
    --cover-branches --cover-erase --cover-html --cover-html-dir=cover