Skip to content
Art M. Gallagher edited this page Jan 12, 2020 · 5 revisions

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
Clone this wiki locally