Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Command "Test All Packages In Workspace" not working #2766

Closed
soyangel opened this issue Sep 20, 2019 · 2 comments
Closed

Command "Test All Packages In Workspace" not working #2766

soyangel opened this issue Sep 20, 2019 · 2 comments

Comments

@soyangel
Copy link

Since extension updated to 0.11.5 command "Test All Packages In Workspace" seems to not execute tests, with no visible output on logs and no visual indication that tests are running.

The link to run package's tests & links on test functions work ok.

Vscode:

Version: 1.38.1
Commit: b37e54c98e1a74ba89e03073e5a3761284e3ffb0
Date: 2019-09-11T13:30:08.229Z
Electron: 4.2.10
Chrome: 69.0.3497.128
Node.js: 10.11.0
V8: 6.9.427.31-electron.0
OS: Linux x64 4.19.68-1-lts

Steps to Reproduce:

  1. Create a project with a main_test.go file like this:
package main

import "testing"

func TestSomething(t *testing.T) {
	t.Error("error on main test")
}
  1. Run "Test All Packages In Workspace"
@ramya-rao-a
Copy link
Contributor

ramya-rao-a commented Sep 22, 2019

Thanks for reporting @soyangel!

I have the fix in the master branch and you can use the latest beta version of the extension until I ship the fix later in the week

@ramya-rao-a
Copy link
Contributor

The latest update (0.11.7) has the fix for this issue.
Thanks for reporting and Happy Coding!

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants