Hallo,
I am currently evaluating Dagger for my company and trying to figure out how to write Tests for my Dagger Functions.
The idea is to write Tests to test the Output of the functions similar to JUnit Tests in Java and Integration Test.
The langauge is Go and I followed all steps in Documentation.
Can someone point me into the right direction how to integration Go Tests into Dagger Module and Functions.
The result should be something like "go test" and I am sure my Pipeline works perfectly.