Helcaraxan / gomod

Go modules analysis tool
MIT License
393 stars 19 forks source link

Create integration-level tests for graph generation #19

Open Helcaraxan opened 5 years ago

Helcaraxan commented 5 years ago

In order to ensure the absence of regressions there needs to be integration-level testing for the lib/depgraph package.

Helcaraxan commented 5 years ago

The addition of some graph generation testing as part of #28 has been a step in the right direction. this now needs to be refactored into running as a proper Go test followed by an extension of the number of edge-cases covered.

Helcaraxan commented 3 years ago

Now that all the work has been done on #71 and #47 and a follow-up cleanup has taken place in #91 this should now be much more actionable as the last remaining piece for the 0.6.0 release.