Rapid development workflow - local tests with Docker Compose

Опубликовано: 19 Июнь 2026
на канале: Michał Bultrowicz
160
7

My presentation given at the Pykonik meetup in Cracow, on 2023-03-30.
Full meetup video: https://www.youtube.com/live/gM7Jz85pDLw
Polish version:    • Lokalne testy z Docker Compose a praca pro...  

Huge thanks to Pykonik folks for inviting me, and to CLUG folks for producing this video.

This talk is about enabling rapid development with local tests using docker-compose
It features:
Instructions on how to create functional and integrated tests using containers.
Docker Compose setup with the sample HTTP/REST app (written in Python) and a SQL database.
Reloading the app container on code file changes.
Running tests on code file changes.
Makefiles to describe common development tasks.
CI setup based on local tests.

P.S. I know I need to get rid of some verbal crutches... ("so", "you know")