Testing FastAPI Applications
We explore the useful testing capabilities provided by FastAPI and pytest, and how to leverage them to produce a complete and reliable test suite for your application.
We explore the useful testing capabilities provided by FastAPI and pytest, and how to leverage them to produce a complete and reliable test suite for your application.
Learn how to leverage Web Platform Tests to ensure your polyfills are implementing upcoming browser features correctly, including how to generate a comprehensive report of failing/passing tests on each change.
Learn how to run Playwright in headed mode to interact with the browser’s user interface from outside Docker containers.
A hands-on workshop using pytest and Playwright
100% test coverage is a contentious metric! In this piece, Olu explores the impact of pursuing it.