Wednesday, March 4, 2020

Test and Code: 104: Top 28 pytest plugins - Anthony Sottile

pytest is awesome by itself. pytest + plugins is even better.
In this episode, Anthony Sottile and Brian Okken discuss the top 28 pytest plugins.

Some of the plugins discussed (we also mention a few plugins related to some on this list):

  1. pytest-cov
  2. pytest-timeout
  3. pytest-xdist
  4. pytest-mock
  5. pytest-runner
  6. pytest-instafail
  7. pytest-django
  8. pytest-html
  9. pytest-metadata
  10. pytest-asyncio
  11. pytest-split-tests
  12. pytest-sugar
  13. pytest-rerunfailures
  14. pytest-env
  15. pytest-cache
  16. pytest-flask
  17. pytest-benchmark
  18. pytest-ordering
  19. pytest-watch
  20. pytest-pythonpath
  21. pytest-flake8
  22. pytest-pep8
  23. pytest-repeat
  24. pytest-pylint
  25. pytest-randomly
  26. pytest-selenium
  27. pytest-mypy
  28. pytest-freezegun

Honorable mention:

  • pytest-black
  • pytest-emoji
  • pytest-poo

Special Guest: Anthony Sottile.

Sponsored By:

Support Test & Code: Python Software Testing & Engineering

Links:

<p>pytest is awesome by itself. pytest + plugins is even better.<br> In this episode, Anthony Sottile and Brian Okken discuss the top 28 pytest plugins.</p> <p>Some of the plugins discussed (we also mention a few plugins related to some on this list):</p> <ol> <li> pytest-cov</li> <li> pytest-timeout</li> <li> pytest-xdist</li> <li> pytest-mock</li> <li> pytest-runner</li> <li> pytest-instafail</li> <li> pytest-django</li> <li> pytest-html</li> <li> pytest-metadata</li> <li>pytest-asyncio</li> <li>pytest-split-tests</li> <li>pytest-sugar</li> <li>pytest-rerunfailures</li> <li>pytest-env</li> <li>pytest-cache</li> <li>pytest-flask</li> <li>pytest-benchmark</li> <li>pytest-ordering</li> <li>pytest-watch</li> <li>pytest-pythonpath</li> <li>pytest-flake8</li> <li>pytest-pep8</li> <li>pytest-repeat</li> <li>pytest-pylint</li> <li>pytest-randomly</li> <li>pytest-selenium</li> <li>pytest-mypy</li> <li>pytest-freezegun</li> </ol> <p>Honorable mention:</p> <ul> <li>pytest-black</li> <li>pytest-emoji</li> <li>pytest-poo</li> </ul><p>Special Guest: Anthony Sottile.</p><p>Sponsored By:</p><ul><li><a href="https://ift.tt/2HkDfmy" rel="nofollow">Oxylabs</a>: <a href="https://ift.tt/2HkDfmy" rel="nofollow">Visit oxylabs.io/testandcode to find out more about their services and to apply for a free trial of their Next-Generation Residential Proxies.</a></li><li><a href="https://ift.tt/2wq9s9O" rel="nofollow">Springboard</a>: <a href="https://ift.tt/2wq9s9O" rel="nofollow">Check out Springboards machine learning engineering career track.</a> Promo Code: AISPRINGBOARD</li></ul><p><a href="https://ift.tt/2tzXV5e" rel="payment">Support Test & Code: Python Software Testing & Engineering</a></p><p>Links:</p><ul><li><a href="https://pypistats.org/" title="PyPI Download Stats" rel="nofollow">PyPI Download Stats</a></li><li><a href="https://ift.tt/2uG8n9c" title="Top PyPI Packages: A monthly dump of the 4,000 most-downloaded packages from PyPI" rel="nofollow">Top PyPI Packages: A monthly dump of the 4,000 most-downloaded packages from PyPI</a></li><li><a href="https://ift.tt/3cqFlQh" title="Test & Code 25: Selenium, pytest, Mozilla – Dave Hunt" rel="nofollow">Test & Code 25: Selenium, pytest, Mozilla – Dave Hunt</a></li><li><a href="https://pre-commit.com/" title="pre-commit" rel="nofollow">pre-commit</a></li></ul>

from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...