Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testTextfmt (0.57 sec)

  1. src/cmd/covdata/tool_test.go

    		t.Parallel()
    		testPercent(t, s)
    	})
    	t.Run("PkgList", func(t *testing.T) {
    		t.Parallel()
    		testPkgList(t, s)
    	})
    	t.Run("Textfmt", func(t *testing.T) {
    		t.Parallel()
    		testTextfmt(t, s)
    	})
    	t.Run("Subtract", func(t *testing.T) {
    		t.Parallel()
    		testSubtract(t, s)
    	})
    	t.Run("Intersect", func(t *testing.T) {
    		t.Parallel()
    		testIntersect(t, s, s.outdirs[0], s.outdirs[1], "set")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 20:46:32 UTC 2024
    - 24.5K bytes
    - Viewed (0)
Back to top