Shane Howearth

Home

About

Testing with Mocks, Fakes, and Monkeypatching in Go

There are times that code that needs to be unit tested contains code that interacts with things you do not want to run during a unit test. Interactions with expensive web services, hardware, production datastores,… »

  • 4 years ago
  • Go, Unit testing
  • Comments

Unit testing coverage in Go

Before I embarked on my Go development career, I was a (not very good) Python developer. Unit testing was mandated at the company I worked at, but there was no (at that time) really simple… »

  • 4 years ago
  • Go, Unit testing, Coverage
  • Comments
Page 1 of 1