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.
Great point. I stuck with kg for the initial build since the pharmacokinetic formulas in the medical literature are almost universally SI-based, but I definitely see the friction for US-based users.
I’ll add a lbs/kg toggle to the roadmap and push an update later today. Thanks for the feedback!
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.
reply