- Allow cancellation of test runs (#17 thanks to SimonRichardson)
- Add code lens to copy test function launch configuration.
- Use connection string instead of instrumentation key for telemetry.
- Support running an entire test suite from the sidebar (#13 thanks to SimonRichardson).
- Support test suite functions that omit receiver variable name (#12 thanks to SimonRichardson).
- Apply environment variables set by
go.testEnvVar
configuration parameter.
- Fix
qtsuite
run/debug command args.
- Fix bug in not releasing allocated resources.
- Fix issues with paths on Windows (#4 thanks to SpruceMarcy).
- Enable Go-debugger
logDest
option only on Linux or Mac (#4 thanks to SpruceMarcy).
- Fix cluttered stdout/stderr stream of test runs when debugging.
- Add Code Lens commands, appearing above test functions.
- Fix cluttered stdout/stderr stream of test runs.
- Fix bug in measuring time durations.
- Discover tests at startup.
- (gocheck) Fix issue with filtering exact test names.
- Add basic telemetry.
- Add support for
quicktest
andqtsuite
.
- Add support for
go-check
.