Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 788 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 788 Bytes

Build Status Build Status

Readme

To learn appium

Folder

Preparation

  • Run appium server

mobile

  • For android phone
  • Run script
    • python GnucashAndroidTest.py
  • Run mypy
    • mypy .
  • Run pyright
    • npx pyright .

tv

  • For android tv

Development

  • Setup
    • pip install -r development.txt
    • pre-commit install
  • Autopep8
    • python -m autopep8 -r --global-config .config-pep8 -i .