GraphPlot.jl icon indicating copy to clipboard operation
GraphPlot.jl copied to clipboard

GraphPlot needs more tests

Open simonschoelly opened this issue 7 years ago • 3 comments

There are large parts of the code that are not covered by tests. Furthermore, there should be tests special cases, such as graphs with 0, 1, 2 or three vertices, few edges, self-loops and so on as some of the layouts have problems with these cases.

simonschoelly avatar Sep 19 '18 18:09 simonschoelly

Closed by #66 and https://github.com/JuliaLang/METADATA.jl/pull/18449

sbromberger avatar Sep 28 '18 17:09 sbromberger

I think this should still be open, at the moment GraphPlot has only 4 tests in total and doesn't cover much of the code.

simonschoelly avatar Sep 28 '18 18:09 simonschoelly

My 2 cents in this PR

dietercastel avatar May 16 '20 19:05 dietercastel