Skip to content

sneakypete81/clickshot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clickshot

PyPI Build Status Coverage

A framework for easier cross-platform GUI testing.

Installation

pip install clickshot

Usage

TODO

Development

Requires Poetry.

git clone https://github.com/sneakypete81/clickshot.git
poetry install

Then you can use the following:

  poetry run pytest  # Run all unit tests
  poetry run flake8  # Run the linter
  poetry run black . # Run the code autoformatter
  poetry run mypy .  # Run the static type checker
  poetry run tox     # Run all checks across all supported Python versions
  poetry shell       # Open a venv shell with your local clone installed

About

A framework for easier cross-platform GUI testing

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages