Commit e63f1ad
add support for multi-file test suite
When collecting tests or evaluating whether a symbol is a test for CodeLens, check if testify was imported by any file of the directory (which is the go package).
Not sure whether this is the optimal / recommended way of dealing with this, but here goes.
Fixes #1130
Change-Id: I4e66f0d319604a7300116240c24b60dcdd37bf81
GitHub-Last-Rev: efc72ad
GitHub-Pull-Request: #2314
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/415894
TryBot-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>1 parent 05edb9c commit e63f1ad
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
161 | 164 | | |
162 | 165 | | |
163 | 166 | | |
| |||
0 commit comments