python-percy-client Python client library for visual regression testing with Percy. Usage Docs here: https://percy.io/docs/clients/python/selenium Contributing Setup for development $ sudo easy_install pip $ pip install virtualenv $ virtualenv env $ source env/bin/activate $ make develop Development: source env/bin/activate make test make tdd