jeudi 26 mars 2020

How to avoid running particular test with -run flag?

I know that I can specify which tests are meant to run by using -run flag like so:

go test -run=TestUpdateAll//Assignments

But how can I do that to make go test not run a particular test?

Let's say I don't wont the above test to be run. How to do that?

Aucun commentaire:

Enregistrer un commentaire