testing.testContext.running (field)
5 uses
testing (current package)
testing.go#L1269: running int
testing.go#L1283: running: 1, // Set the count to 1 for the main (sequential) test.
testing.go#L1289: if c.running < c.maxParallel {
testing.go#L1290: c.running++
testing.go#L1302: c.running--
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |