ppparihar / GoTestExplorer

A Go Test Explorer for VS code (https://marketplace.visualstudio.com/items?itemName=premparihar.gotestexplorer)
46 stars 8 forks source link

Update lib/utils to support settings `go.testEnvFile` #19

Closed xuwei0455 closed 4 years ago

xuwei0455 commented 4 years ago

First, thank you for your awesome project, it's perfectly solved my problem when running test cases.

However, when I try to run tests with environments file, it takes no sense.

So I make the pr to support this feature.