Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestLabels (0.1 sec)

  1. pkg/test/framework/label/labels_test.go

    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    package label
    
    import (
    	"strconv"
    	"testing"
    )
    
    func TestLabels(t *testing.T) {
    	tests := []struct {
    		filter   string
    		labels   Set
    		expected bool
    		err      bool
    	}{
    		{filter: "", labels: nil, expected: true},
    		{filter: "", labels: NewSet(Postsubmit), expected: true},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Nov 18 17:08:05 UTC 2021
    - 3.2K bytes
    - Viewed (0)
Back to top