Skip to content

Latest commit

 

History

History
53 lines (29 loc) · 1.42 KB

CHANGELOG.md

File metadata and controls

53 lines (29 loc) · 1.42 KB

Change Log

[0.0.12]

[0.0.11]

  • Support test suite functions that omit receiver variable name (#12 thanks to SimonRichardson).

[0.0.10]

  • Apply environment variables set by go.testEnvVar configuration parameter.

[0.0.9]

  • Fix qtsuite run/debug command args.

[0.0.8]

  • Fix bug in not releasing allocated resources.

[0.0.7]

  • Fix issues with paths on Windows (#4 thanks to SpruceMarcy).
  • Enable Go-debugger logDest option only on Linux or Mac (#4 thanks to SpruceMarcy).

[0.0.6]

  • Fix cluttered stdout/stderr stream of test runs when debugging.

[0.0.5]

  • 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.

[0.0.4]

  • (gocheck) Fix issue with filtering exact test names.

[0.0.3]

  • Add basic telemetry.

[0.0.2]

  • Add support for quicktest and qtsuite.

[0.0.1]

  • Add support for go-check.