Chapter’s Introduction
Explore how to apply unit tests and executable specifications to test an asynchronous event-driven application built in Golang. Understand testing challenges and best practices using the MallBots demonstration app.
We'll cover the following...
We'll cover the following...
In this part, we took an entirely synchronous application and transformed it into an asynchronous application using events and ...