This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfix: Ensure 'debug test' codelens only tests the selected test. (#…
…1561) If you have two functions `TestFoo` and `TestFooTwo`, and select 'debug test' on `TestFoo`, both tests will be executed. This happens because `go test -test.run` expects a regular expression, but we were only passing it a function name. Fixed by wrapping the function name in start/end markers.
- Loading branch information