/eyes.sdk.python

Applitools Eyes Python SDK

Primary LanguagePythonOtherNOASSERTION

Eyes.Sdk.Python

Applitools Eyes SDK For Python (Unified Repo)

Usage

Please check the applitools website for usage instructions:

Development

For smother development experience use make

make

Install pre-commit hook

Install pre-commit for check and format code before commit. For manage hooks you could use invoke:

# installing of git hooks
pre-commit install
# removing of git hooks
pre-commit uninstall

Testing

To run unit tests locally

make unit_tests

Docs

Generate Robot Framework docs

make gen_robot_docs