|
|
|
|
|
by groundhogstate
227 days ago
|
|
You might find schemathesis useful for API testing (which IIRC is built on Hypothesis). Certainly helped me find a stack of unhandled edge cases. YMMV, but once I first set up Schemathesis on one of my MVPs, it took several hours to iron out the kinks. But thereafter, if built into CI, I've found it guards against regression quite effectively. |
|
This looks really good. I like using hypothesis for APIs so this is a really nice layer on top, thanks for pointing this one out.