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 .