gopkg.in/dedis/onet.v2@v2.0.0-20181115163211-c8f3724038a7/onet_test.go (about)

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