go/gopls/internal/regtest
Heschi Kreinick 4aa5c68dc7 internal/lsp: remove multi-module test cases
As we begin testing multi-module workspace, clean up existing
multi-module marker tests. Most of their coverage was redundant with reg
tests already. Add a couple to cover the remainder.

This is probably not strictly necessary but it was easier to remove the
tests than worry about how to support them in multi-module mode.

Change-Id: I54cca5eea60e0679759f7d39131c5cd015fb0154
Reviewed-on: https://go-review.googlesource.com/c/tools/+/256361
Trust: Heschi Kreinick <heschi@google.com>
Run-TryBot: Heschi Kreinick <heschi@google.com>
gopls-CI: kokoro <noreply+kokoro@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
2020-09-21 20:20:10 +00:00
..
bench_test.go internal/lsp/source: add some additional symbol downranking 2020-09-16 12:25:06 +00:00
codelens_test.go gopls/internal/regtest: simplify regtest EditorConfig 2020-09-16 12:02:33 +00:00
completion_test.go gopls/internal/regtest: add expected ranges in completion tests 2020-09-17 19:21:54 +00:00
configuration_test.go gopls/internal/regtest: add an InitialWorkspaceLoad expectation 2020-09-16 12:01:37 +00:00
definition_test.go gopls/integration/regtest: move regtests to the gopls module 2020-09-03 18:25:45 +00:00
diagnostics_test.go gopls/internal/regtest: simplify expectation return values 2020-09-16 12:40:19 +00:00
doc.go gopls/integration/regtest: move regtests to the gopls module 2020-09-03 18:25:45 +00:00
env.go gopls/internal/regtest: simplify expectation return values 2020-09-16 12:40:19 +00:00
env_test.go gopls/integration/regtest: move regtests to the gopls module 2020-09-03 18:25:45 +00:00
expectation.go gopls/internal/regtest: simplify expectation return values 2020-09-16 12:40:19 +00:00
fix_test.go gopls/internal/regtest: add an InitialWorkspaceLoad expectation 2020-09-16 12:01:37 +00:00
formatting_test.go gopls/integration/regtest: move regtests to the gopls module 2020-09-03 18:25:45 +00:00
generate_test.go gopls/integration/regtest: move regtests to the gopls module 2020-09-03 18:25:45 +00:00
imports_test.go gopls/internal/regtest: simplify expectation return values 2020-09-16 12:40:19 +00:00
link_test.go gopls/integration/regtest: move regtests to the gopls module 2020-09-03 18:25:45 +00:00
modfile_test.go internal/lsp: remove multi-module test cases 2020-09-21 20:20:10 +00:00
references_test.go gopls/integration/regtest: move regtests to the gopls module 2020-09-03 18:25:45 +00:00
reg_test.go gopls/integration/regtest: move regtests to the gopls module 2020-09-03 18:25:45 +00:00
runner.go gopls/internal/regtest: simplify regtest EditorConfig 2020-09-16 12:02:33 +00:00
shared_test.go gopls/integration/regtest: move regtests to the gopls module 2020-09-03 18:25:45 +00:00
stress_test.go gopls/integration/regtest: move regtests to the gopls module 2020-09-03 18:25:45 +00:00
symbol_helper_test.go gopls/integration/regtest: move regtests to the gopls module 2020-09-03 18:25:45 +00:00
symbol_test.go internal/lsp/source: add some additional symbol downranking 2020-09-16 12:25:06 +00:00
unix_test.go gopls/internal/regtest: simplify regtest EditorConfig 2020-09-16 12:02:33 +00:00
vendor_test.go gopls/integration/regtest: move regtests to the gopls module 2020-09-03 18:25:45 +00:00
watch_test.go internal/lsp: handle modifications to the workspace module 2020-09-18 22:49:48 +00:00
workspace_test.go internal/lsp: handle modifications to the workspace module 2020-09-18 22:49:48 +00:00
wrappers.go gopls/internal/regtest: add expected ranges in completion tests 2020-09-17 19:21:54 +00:00