Handling Dependencies with Test Doubles


Details
Dependencies are a challenge in any sophisticated software project. Dependencies can also slow down your tests and make them more sensitive to external influences. The conscious use of Test Doubles can reduce these problems. That is what we will practice in this event.
We will use Ensemble Programming (also known as Mob Programming) to solve a simple programming challenge in the group using TDD (Test-Driven Development).
We will use Python as the programming language. You are welcome to come along even if you are not familiar with Python. We will only need simple language elements of Python.
We will use the Live Share feature of Visual Studio Code to collaboratively develop the solution for the programming challenge. You can join a VS Code session in the browser and do not need to have VS Code
installed. If you have an installed version of VS Code, you will need the Live Share extension to connect to the shared session. If you have any technical concerns, please join the call a few minutes earlier.

Handling Dependencies with Test Doubles