Within the testing package you choice is t.Skip and some set of package level variables.
Maybe the more involved testing frameworks like convoy or gocheck offer more final version of t.Fatal. However, from the situation you've presented it feels to me that your solving the wrong problem. If a single change causes all your tests to go from working to not working you probably want to back that out, not add features to the testing package to make those tests failures less verbose. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
