sonatype-nexus-community / nancy

A tool to check for vulnerabilities in your Golang dependencies, powered by Sonatype OSS Index
Apache License 2.0
564 stars 74 forks source link

move test files into testdata folder. remove unused test files. #97

Closed bhamail closed 4 years ago

bhamail commented 4 years ago

NOTE: I changed my mind, and decided to do it all in one PR here: #99

If the above PR is acceptable, please ignore this one.

Moves test files into testdata folder. Also deletes unused test files.

For PR-next: If nobody objects, in a separate PR, I'd like to move each testdata folder under its associated package folder. Having to create paths to test files with ../ prefix feels like an anti-pattern.

cc @bhamail / @DarthHater