- Download the code using GIT or with the downloading the zip link
- Go into the folder of the kata you want to practice. Eg: cd fizz-buzz
First option: I already have installed Docker
make
Second option: I don't have Docker installed
make tests
Good kata to start doing TDD
Easy kata to continue with TDD
Easy kata to practice the importance of the test order.
Kata to begins practicing with mocks and stubs.
Kata to practice tests doubles
Good kata to practice outside-in TDD.