package foo_test import ( "testing" "git.phc.dm.unipi.it/phc/drone-example/foo" "github.com/alecthomas/assert/v2" ) func TestFoo(t *testing.T) { assert.Equal(t, 111, foo.Sum(42, 69)) }