DEV Community

Cover image for How do you test filepath.Abs failure in your Go code?
Jonathan Hall
Jonathan Hall

Posted on

How do you test filepath.Abs failure in your Go code?

In this video, I provide three ways to tackle this question: Mocking/injection, triggering a legitimate error, and finally, simply not testing! What are the pros and cons to each? Which one should you choose? Watch to find out!

Top comments (0)