Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.81 KB

README.rst

File metadata and controls

56 lines (39 loc) · 1.81 KB

widgetastic.core

Python supported versions https://github.com/RedHatQE/widgetastic.core/workflows/%F0%9F%95%B5%EF%B8%8F%20Test%20suite/badge.svg?branch=master Documentation Status

Widgetastic - Making testing of UIs fantastic.

Written originally by Milan Falesnik ([email protected], http://www.falesnik.net/) and other contributors since 2016.

Licensed under Apache license, Version 2.0

WARNING: Until this library reaches v1.0, the interfaces may change!

Projects using widgetastic

Installation

pip install -U widgetastic.core

Contributing

  • Fork
  • Clone
  • Create a branch in your repository for your feature or fix
  • Write the code, make sure you add unit tests.
  • Run tox to ensure your change does not break other things
  • Push
  • Create a pull request