Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testCoverNoTestsNoFuncs (0.62 sec)

  1. src/cmd/cover/cfg_test.go

    	// "no-op" x_test.go file and then did a build and run of the test.
    
    	t.Run("YesFuncsNoTests", func(t *testing.T) {
    		testCoverNoTestsYesFuncs(t)
    	})
    	t.Run("NoFuncsNoTests", func(t *testing.T) {
    		testCoverNoTestsNoFuncs(t)
    	})
    }
    
    func testCoverNoTestsYesFuncs(t *testing.T) {
    	t.Parallel()
    	dir := tempDir(t)
    
    	// Run the cover command with "emit meta" enabled on a package
    	// with functions but no test files.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 15 12:51:11 UTC 2024
    - 7.8K bytes
    - Viewed (0)
Back to top