Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestGroupedParallel (0.15 sec)

  1. src/testing/testing.go

    // complete once all of its subtests complete. In this example, all tests are
    // run in parallel with each other, and only with each other, regardless of
    // other top-level tests that may be defined:
    //
    //	func TestGroupedParallel(t *testing.T) {
    //	    for _, tc := range tests {
    //	        tc := tc // capture range variable
    //	        t.Run(tc.Name, func(t *testing.T) {
    //	            t.Parallel()
    //	            ...
    //	        })
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 76.1K bytes
    - Viewed (0)
Back to top