The Bug Shots

The Bug Shots

Follow
Follow
homeSponsornewslettermembers
Tag

Mocking

#mocking

More content

Read more stories on Hashnode


Articles with this tag

Generating Fake Data for Testing in Go with GoFakeIt

Sidharthan Chandrasekaran KamarajSidharthan Chandrasekaran Kamaraj
Aug 25, 20234 min read

Say Goodbye to Hand-Written Mocks ยท When writing tests, sample data is essential. But manually mocking up data for every test is tiring and messy. That's...

Generating Fake Data for Testing in Go with GoFakeIt