mardi 21 juin 2016

test fails on go test, but passes on go test -run TestName

While within the package directory my tests fail when I run

go test

which is fine, they should be failing right now.

However, when I run a specific test

go test -run TestName

The test runs, but always passes, no matter what.

Any idea what's going on?

Aucun commentaire:

Enregistrer un commentaire