Hacker News new | ask | show | jobs
Getting started with Python testing (mattjegan.com)
48 points by pypypypypypy 2987 days ago
2 comments

i 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.
why is this on the front page?