go.dedis.ch/onet/v3@v3.2.11-0.20210930124529-e36530bca7ef/onet_test.go (about)

     1  package onet
     2  
     3  import (
     4  	"testing"
     5  
     6  	"go.dedis.ch/onet/v3/log"
     7  )
     8  
     9  // To avoid setting up testing-verbosity in all tests
    10  func TestMain(m *testing.M) {
    11  	log.MainTest(m)
    12  }