Skip to content

test: remove dependency on source code in GOPATH #6

@hyangah

Description

@hyangah

Current tests require GOPATH env var to be explicitly set
(

assert.ok(gopath, 'Cannot run tests if GOPATH is not set as environment variable');
)

and depend on source code preexisting under GOPATH/src.
(

// Since the Go extension takes a dependency on the godef tool at github.com/rogpeppe/godef
)

That is not ideal. Fix that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.chore/testingissues related to bugs in test, CI setup

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions