Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.
/ python-percy-client Public archive

[Deprecated] Python client library for visual regression testing with Percy.

License

Notifications You must be signed in to change notification settings

percy/python-percy-client

Repository files navigation

python-percy-client

Package Status Build Status

Python client library for visual regression testing with Percy.

Note: This SDK has been deprecated in favor of our new Python SDK (which matches the API of all our other SDKS): https://github.com/percy/percy-python-selenium

Usage

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