Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 779 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 779 Bytes

Mocking Exercises

This exercise introduces the concept of using mocks to test code using test driven development The exercise is designed to be close to something you could actually run into. It is not a toy example and we will write code which could actually be used.

Getting Started

To get going:

  1. Fork or clone this repository
  2. Install the tools using the provided vipc file found in the main branch
  3. Checkout the exercise-starting-point branch
  4. Follow the instructions from here

Extending the Exercise

I have many ideas for expanding this exercise and will add more instructions if people find it helpful. If you find this exercise useful, please let me know by starring the GitHub repository.