Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement tests for packages with 0.00% coverage #297

Open
4 tasks
ayuryshev opened this issue Apr 17, 2019 · 0 comments
Open
4 tasks

Implement tests for packages with 0.00% coverage #297

ayuryshev opened this issue Apr 17, 2019 · 0 comments

Comments

@ayuryshev
Copy link
Collaborator

ayuryshev commented Apr 17, 2019

$ go test ./pkg/... -cover -list "Example*|Test*"  | grep "no test files"
# ?       github.com/skycoin/skywire/pkg/route-finder/client      [no test files]
# ?       github.com/skycoin/skywire/pkg/util/pathutil    [no test files]
$ go test ./internal/... -cover -list "Example*|Test*"  | grep "no test files"
# ?       github.com/skycoin/skywire/internal/httputil    [no test files]
# ?       github.com/skycoin/skywire/internal/pathutil    [no test files]

Implement at least 1 test in packages:

  • github.com/skycoin/skywire/pkg/route-finder/client
  • github.com/skycoin/skywire/pkg/util/pathutil
  • github.com/skycoin/skywire/internal/httputil
  • github.com/skycoin/skywire/internal/pathutil
@jdknives jdknives changed the title Cleanup. Implement tests for packages with 0.00% coverage Implement tests for packages with 0.00% coverage Apr 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants