Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestFromDir (0.25 sec)

  1. src/cmd/go/internal/vcs/vcs_test.go

    		}
    	}
    }
    
    // Test that vcs.FromDir correctly inspects a given directory and returns the
    // right VCS and repo directory.
    func TestFromDir(t *testing.T) {
    	tempDir := t.TempDir()
    
    	for _, vcs := range vcsList {
    		for r, root := range vcs.RootNames {
    			vcsName := fmt.Sprint(vcs.Name, r)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 03 15:33:59 UTC 2022
    - 17K bytes
    - Viewed (0)
Back to top