github.com/OrigamiWang/msd/micro@v0.0.0-20240229032328-b62246268db9/confparser/conf_test.go (about)

     1  package confparser
     2  
     3  import "testing"
     4  
     5  func TestLoadConf(t *testing.T) {
     6  	tests := []struct {
     7  		name string
     8  	}{
     9  		// TODO: Add test cases.
    10  	}
    11  	for _, tt := range tests {
    12  		t.Run(tt.name, func(t *testing.T) {
    13  			LoadConf()
    14  		})
    15  	}
    16  }