Skip to content

Python, the snake#

Pytest#

Passing pytest commands through from tox: tox -e py38 -- -k 'test_idee1 or test_idee4' --pdb

Plugins worth mentionioning#

  • pytest-cov
  • pytest-timeout
  • pytest-xdist
  • pytest-mock
  • pytest-runner
  • pytest-instafail
  • pytest-django
  • pytest-html
  • pytest-metadata
  • pytest-asyncio
  • pytest-split-tests
  • pytest-sugar
  • pytest-rerunfailures
  • pytest-env
  • pytest-cache
  • pytest-flask
  • pytest-benchmark
  • pytest-ordering
  • pytest-watch
  • pytest-pythonpath
  • pytest-flake8
  • pytest-pep8
  • pytest-repeat
  • pytest-pylint
  • pytest-randomly
  • pytest-selenium
  • pytest-mypy
  • pytest-freezegun
  • pytest-black
  • pytest-emoji
  • pytest-poo