-
Notifications
You must be signed in to change notification settings - Fork 755
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
src/goTestExplorer: implement a test provider for the new test api #1590
Commits on Aug 13, 2021
-
src/goModules: correctly handle gopath mode
In certain circumstances, `go env GOPATH` can return 'NUL' or '/dev/null'. This updates goModules to handle that case.
Configuration menu - View commit details
-
Copy full SHA for 29b89e0 - Browse repository at this point
Copy the full SHA 29b89e0View commit details -
package.json: prepare for test api
This updates package.json and adds the relevant propsed API definitions to prepare for implementing the test API. This commit should be reverted once the test API is no longer experimental.
Configuration menu - View commit details
-
Copy full SHA for 1fa5e10 - Browse repository at this point
Copy the full SHA 1fa5e10View commit details -
src/goTestExplorer: implement test api
This takes a dynamic approach to test discovery. Tree nodes will be populated as they are expanded in the UI. Tests in open files will be added. Fixes golang#1579
Configuration menu - View commit details
-
Copy full SHA for 8b83fcc - Browse repository at this point
Copy the full SHA 8b83fccView commit details -
src/goTestExplorer: handle workspaces correctly
This fixes discovery of workspace tests when loading the workspace, when adding and removing workspace folders, and when adding and removing files.
Configuration menu - View commit details
-
Copy full SHA for 4dbce41 - Browse repository at this point
Copy the full SHA 4dbce41View commit details -
This adds the capability to the test provider to actually run tests. Debugging is still not supported.
Configuration menu - View commit details
-
Copy full SHA for 80bf7b3 - Browse repository at this point
Copy the full SHA 80bf7b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b637aa - Browse repository at this point
Copy the full SHA 7b637aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 300e5e6 - Browse repository at this point
Copy the full SHA 300e5e6View commit details -
src/goTestExplorer: improve reporting
- Log messages with 'file.go:line:' are attached to the correct location - Output without file information is only reported via the test console - Benchmark lifecycle is handled better
Configuration menu - View commit details
-
Copy full SHA for c3b37e5 - Browse repository at this point
Copy the full SHA c3b37e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c35f08 - Browse repository at this point
Copy the full SHA 0c35f08View commit details -
src/goTestExplorer: explain benchmark output
- Add test_events.md to detail what go test -json looks like - Add comments - Also, address gerrit comments
Configuration menu - View commit details
-
Copy full SHA for 0c79b0a - Browse repository at this point
Copy the full SHA 0c79b0aView commit details -
src/goTestExplorer: improve readability
Change function names and add comments.
Configuration menu - View commit details
-
Copy full SHA for 075fea0 - Browse repository at this point
Copy the full SHA 075fea0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a846bc9 - Browse repository at this point
Copy the full SHA a846bc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04a1899 - Browse repository at this point
Copy the full SHA 04a1899View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27bd88f - Browse repository at this point
Copy the full SHA 27bd88fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29f9eb8 - Browse repository at this point
Copy the full SHA 29f9eb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bb5fcc - Browse repository at this point
Copy the full SHA 9bb5fccView commit details -
Configuration menu - View commit details
-
Copy full SHA for b34fe49 - Browse repository at this point
Copy the full SHA b34fe49View commit details -
Configuration menu - View commit details
-
Copy full SHA for f59453d - Browse repository at this point
Copy the full SHA f59453dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a7266c - Browse repository at this point
Copy the full SHA 1a7266cView commit details -
Configuration menu - View commit details
-
Copy full SHA for aab8505 - Browse repository at this point
Copy the full SHA aab8505View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15d1d2e - Browse repository at this point
Copy the full SHA 15d1d2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43f273c - Browse repository at this point
Copy the full SHA 43f273cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8258d2 - Browse repository at this point
Copy the full SHA c8258d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42b6214 - Browse repository at this point
Copy the full SHA 42b6214View commit details -
Configuration menu - View commit details
-
Copy full SHA for e225b49 - Browse repository at this point
Copy the full SHA e225b49View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4f6885 - Browse repository at this point
Copy the full SHA b4f6885View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6c1077 - Browse repository at this point
Copy the full SHA f6c1077View commit details -
Fix a dumb mistake and remove a TODO.
Configuration menu - View commit details
-
Copy full SHA for 1633f67 - Browse repository at this point
Copy the full SHA 1633f67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b058a2 - Browse repository at this point
Copy the full SHA 5b058a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ad01bf - Browse repository at this point
Copy the full SHA 9ad01bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e41e65 - Browse repository at this point
Copy the full SHA 5e41e65View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf637ce - Browse repository at this point
Copy the full SHA bf637ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4da995c - Browse repository at this point
Copy the full SHA 4da995cView commit details
Commits on Aug 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 59af29b - Browse repository at this point
Copy the full SHA 59af29bView commit details