Tests
-----------

unit tests are run with::

    nosetests tests/unit

The functional tests require libvncserver/examples to be on your path before
running::

    nosetests tests/functional


Release
--------
  1. update setup.py with version
  1. ensure HISTORY contains correct version
  1. git commit -m"set version"
  1. git tag v
  1. python setup.py sdist bdist_wheel upload
  1. add new section to HISTORY
  1. update setup.py version
  1. blog post/twitter
