Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.
/ camera_memory Public archive

analyse memory/crash of camera app testing

License

Notifications You must be signed in to change notification settings

church6/camera_memory

Repository files navigation

License: MIT linting: pylint Code style: black Checked with mypy Ruff Pylint

Camera Automated Test

A pure Python3 automated tool suite for camera App testing, using pytest3+uiautomator2+allure2

Camera Memory Analyse

Analyse memory/crash of camera app testing

Static Code Analysis

  • ruff format --silent --config line-length=128 *.py
  • python3 -m black --line-length=128 --skip-string-normalization --skip-magic-trailing-comma *.py
  • python3 -m flake8 --jobs 4 --max-line-length=128 --indent-size=4 --extend-ignore=W191,E101,E203,E265,E266,E501,F401 --statistics *.py
  • pylint --jobs 4 --max-line-length={} --indent-after-paren=4 *.py
  • python3 -m mypy --check-untyped-defs *.py

Thanks

About

analyse memory/crash of camera app testing

Topics

memory numpy pandas python3 scipy pylint automated-testing procrank

About

A pure Python3 automated tool suite for camera App testing, using pytest3+uiautomator2+allure2

Topics

python3 pytest allure pylint mypy automated-testing uiautomator2 procrank