Advanced Testing in Go
Video Statistics and Information
Channel: TutorialEdge
Views: 35,836
Rating: undefined out of 5
Keywords: programming, tutorials, coding tutorials, tutorialedge, go programming, golang programming, go testing tutorial, go advanced testing tutorial
Id: S1O0XI0scOM
Channel Id: undefined
Length: 16min 3sec (963 seconds)
Published: Fri Aug 31 2018
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
It's good. But I'd like to see testing something more complicated than basic math functions. Testing using sub tests and test setup and tear down. Also how to mock out databases or other external services (not necessarily http, which you showed already).
My needs are simple.
Using build tags for separating out the types of tests works out very well. We are using that for a production Go code base at my work and it allows us to have our different levels of testing all in the same depot.
Perfect timing, I just wrote my first tests yesterday so time to see what it can do
Getting errors for the playback ID. Did you remove the video from your account?
Saving this for later.