pull down to refresh

Software testing seems to get a lot of attention these days as people try to keep AI coding agents from breaking what they already built.

If you're interested in diving into Python testing, check out Ned Batchelder's blog. He's part of the Python core team and the author of coverage. He has written a lot about Python testing, with around 50 blog posts:

https://nedbatchelder.com/blog/tag/testing

Here is my arbitrary selection:

If you have other references on Python testing, please share them in the comments 🙏