Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Reviewed-by: Hyang-Ah Hana Kim <[email protected]> Run-TryBot: Hyang-Ah Hana Kim <[email protected]> Reviewed-by: Michael Knyszek <[email protected]>
- Loading branch information