Tagged in

Testing

Robinhood
Robinhood
Democratizing finance for all
More information
Followers
3.7K
Elsewhere
More, on Medium

Integration Tests with Docker

Docker is widely used here at Robinhood, performing critical devops tasks. One task we use docker for is integration tests, which provides a much faster alternative to spinning up multiple services compared to starting up multiple VMs. The interactions between services…