Hacker News new | ask | show | jobs
by candiddevmike 640 days ago
What does everyone use for conformance testing? I'm currently generating my specs from code but the idea of defining a spec, building the code to spec, and testing that the code conforms to the spec would be very interesting.
1 comments

I personally just rely on FastAPI + Pydantic.