Skip to content

Don't use a separate package for tests#6

Merged
nicklaw5 merged 2 commits intomasterfrom
remove-test-package
Jun 29, 2019
Merged

Don't use a separate package for tests#6
nicklaw5 merged 2 commits intomasterfrom
remove-test-package

Conversation

@nicklaw5
Copy link
Owner

If you're using Go modules outside of the GOPATH and attempt to run
the tests, the package cannot be found. This is due to the way Go
Modules attempts to resolve the namespace for which the module
belongs to.

nicklaw5 added 2 commits June 30, 2019 07:23
If you're using Go modules outside of the GOPATH and attempt to run
the tests, the package cannot be found. This is due to the way Go
Modules attempts to resolve the namespace for which the module
belongs to.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 97.778% when pulling 306530c on remove-test-package into 81e2b0d on master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at 97.778% when pulling 306530c on remove-test-package into 81e2b0d on master.

@nicklaw5 nicklaw5 merged commit 466cc16 into master Jun 29, 2019
@nicklaw5 nicklaw5 deleted the remove-test-package branch June 29, 2019 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants