Mocks

  • Transparently Mocking gRPC Services

    gRPC is an effective way of implementing service-to-service APIs. However, there are limited tools available for mocking and testing gRPC services out of the box. One option is to set up a live test server, although this comes with its own …

    Patrick Deziel
    Jul 8, 2022
  • Fake It When You Make It: Creating Mocks in Go

    In the age of microservices and containerized applications, software is less monolithic and more interdependent. How do we write tests which account for this new reality? One common strategy is to create mocks for services. In this post, …

    Patrick Deziel
    Dec 6, 2021
  • 1
  • of
  • 1