Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Latest commit

 

History

History
67 lines (40 loc) · 1.12 KB

File metadata and controls

67 lines (40 loc) · 1.12 KB

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