(no title)
ed_blackburn | 3 months ago
I started off TDD covered the basics. Learned what I needed to learn about the files I'm dealing with, edge cases, sqlglot and then I moved onto Hypothesis for extra confidence.
I'm curious to see if it'll help with commands for APIs. I nothing else it'll help me appreciate how liberal my API is when perhaps I don't want it to be?
groundhogstate|3 months ago
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.
IanCal|3 months ago
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.
agumonkey|3 months ago
also pretty happy to see the reports of thousands or api calls that matched the expected responses, that increases the confidence you have in your system