Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zackees/android-tester
Easily runs android connected tests from the command line, useful for CI
https://github.com/zackees/android-tester
Last synced: about 1 month ago
JSON representation
Easily runs android connected tests from the command line, useful for CI
- Host: GitHub
- URL: https://github.com/zackees/android-tester
- Owner: zackees
- License: mit
- Created: 2023-10-03T23:51:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-15T20:18:34.000Z (about 1 year ago)
- Last Synced: 2023-10-16T17:40:21.978Z (about 1 year ago)
- Language: Python
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# template-python-cmd
A template for quickly making a python lib that has a command line program attached[![Linting](../../actions/workflows/lint.yml/badge.svg)](../../actions/workflows/lint.yml)
[![MacOS_Tests](../../actions/workflows/push_macos.yml/badge.svg)](../../actions/workflows/push_macos.yml)
[![Ubuntu_Tests](../../actions/workflows/push_ubuntu.yml/badge.svg)](../../actions/workflows/push_ubuntu.yml)
[![Win_Tests](../../actions/workflows/push_win.yml/badge.svg)](../../actions/workflows/push_win.yml)Replace `template-python-cmd` and `template_python_cmd` with your command. Run tox until it's
correct.To develop software, run `. ./activate.sh`
# Windows
This environment requires you to use `git-bash`.
# Linting
Run `./lint.sh` to find linting errors using `pylint`, `flake8` and `mypy`.