Getting started with Python testing
mattjegan.com
Getting started with Python testing
1–3 of 3 posts
Re: Getting started with Python testing
#2i strongly recommend that python projects adopt py.test and hypothesis together. There’s a little more cognitive load up front, but hypothesis absolutely nails the ability to find edge cases rapidly in your tests with very little work.
Re: Getting started with Python testing
#3why is this on the front page?