Python client library for visual regression testing with Percy.
Python Makefile
Clone or download
Pull request Compare This branch is 1 commit ahead, 31 commits behind percy:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
percy
tests
.editorconfig
.gitignore
.travis.yml
LICENSE
MANIFEST.in
Makefile
README.md
RELEASING.md
requirements_dev.txt
setup.cfg
setup.py
tox.ini

README.md

python-percy-client

Package Status Build Status

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