Accurate test data in FastAPI
Sep 17, 2022 · 4 min read · Do you write tests for your FastAPI server? Do you find it annoying to populate the database with test data? Follow along, and this article will give you some tips on loading test data from YAML files with type checking and cross-table references (i....
Join discussion