QA and testing - ha-warmup/warmup GitHub Wiki

new page, needs developing, for now just a bunch of notes

Tutorial on Python Testing including a comparison of test runners.

CI test examples:

  • tox -e py37 -- tests/components/your_components
  • pylint homeassistant
  • pre-commit run flake8 --all-files