Show HN: Generate pytest API tests from an OpenAPI specopenapi-test-generator.vercel.app1 分·作者 testforge·4个月前·1 评论
testforge·4个月前·讨论Happy to answer questions about how it works internally.Right now the generator parses the OpenAPI spec, extracts endpoints/methods, and creates pytest tests using the requests library.The generated tests include basic status code assertions, but I'm experimenting with adding schema validation and better parameter coverage.One thing I'm curious about: how people currently bootstrap API tests when starting a new service.
testforge·4个月前·讨论Wireless audio traded a trivial inconvenience (a cable) for multiple new inconveniences.
testforge·4个月前·讨论1. I wouldn't want to wear a glove while typing. 2. Maybe for something like nuclear missile control you would want extremely high security like this, but for something like low stakes like a google search it seems overkill.
testforge·4个月前·讨论I always make sure to say "please" and "thank you". Hopefully in case of a skynet situation I'd be looked upon favorably for being polite.
testforge·4个月前·讨论Interesting. I could benefit from this, although it would be nice to have the option to use pounds instead of kg.
Right now the generator parses the OpenAPI spec, extracts endpoints/methods, and creates pytest tests using the requests library.
The generated tests include basic status code assertions, but I'm experimenting with adding schema validation and better parameter coverage.
One thing I'm curious about: how people currently bootstrap API tests when starting a new service.