TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Getting started with Python testing

48 pointsby pypypypypypyabout 7 years ago

2 comments

hprotagonistabout 7 years ago
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.
Walkmanabout 7 years ago
why is this on the front page?