func TestDirectoryFilters(t *testing.T) { … } func TestDirectoryFiltersLoads(t *testing.T) { … } func TestDirectoryFiltersTransitiveDep(t *testing.T) { … } // Test for golang/go#46438: support for '**' in directory filters. func TestDirectoryFilters_Wildcard(t *testing.T) { … } // Test for golang/go#52993: wildcard directoryFilters should apply to // goimports scanning as well. func TestDirectoryFilters_ImportScanning(t *testing.T) { … } // Test for golang/go#52993: non-wildcard directoryFilters should still be // applied relative to the workspace folder, not the module root. func TestDirectoryFilters_MultiRootImportScanning(t *testing.T) { … }