gotools/gopls/internal/test/integration/modfile/modfile_test.go

func TestMain(m *testing.M) {}

const workspaceProxy

const proxy

func TestModFileModification(t *testing.T) {}

func TestGoGetFix(t *testing.T) {}

// Tests that multiple missing dependencies gives good single fixes.
func TestMissingDependencyFixes(t *testing.T) {}

// Tests that multiple missing dependencies gives good single fixes.
func TestMissingDependencyFixesWithGoWork(t *testing.T) {}

func TestIndirectDependencyFix(t *testing.T) {}

// Test to reproduce golang/go#39041. It adds a new require to a go.mod file
// that already has an unused require.
func TestNewDepWithUnusedDep(t *testing.T) {}

// TODO: For this test to be effective, the sandbox's file watcher must respect
// the file watching GlobPattern in the capability registration. See
// golang/go#39384.
func TestModuleChangesOnDisk(t *testing.T) {}

// Tests golang/go#39784: a missing indirect dependency, necessary
// due to [email protected]'s incomplete go.mod file.
func TestBadlyVersionedModule(t *testing.T) {}

// Reproduces golang/go#38232.
func TestUnknownRevision(t *testing.T) {}

// Confirm that an error in an indirect dependency of a requirement is surfaced
// as a diagnostic in the go.mod file.
func TestErrorInIndirectDependency(t *testing.T) {}

// A copy of govim's config_set_env_goflags_mod_readonly test.
func TestGovimModReadonly(t *testing.T) {}

func TestMultiModuleModDiagnostics(t *testing.T) {}

func TestModTidyWithBuildTags(t *testing.T) {}

func TestModTypoDiagnostic(t *testing.T) {}

func TestSumUpdateFixesDiagnostics(t *testing.T) {}

// This test confirms that editing a go.mod file only causes metadata
// to be invalidated when it's saved.
func TestGoModInvalidatesOnSave(t *testing.T) {}

func TestRemoveUnusedDependency(t *testing.T) {}

func TestSumUpdateQuickFix(t *testing.T) {}

func TestDownloadDeps(t *testing.T) {}

func TestInvalidGoVersion(t *testing.T) {}

// This is a regression test for a bug in the line-oriented implementation
// of the "apply diffs" operation used by the fake editor.
func TestIssue57627(t *testing.T) {}

func TestInconsistentMod(t *testing.T) {}