JuliaGraphs / JuliaGraphs/GraphPlot.jl
GraphPlot needs more tests
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 213
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by examining the existing test suite and the layout code in GraphPlot.jl. Add coverage for empty, one-, two-, and three-vertex graphs, sparse graphs, and self-loops across the layouts mentioned in the issue; done means these cases are tested and the full suite passes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data-visualization, testing-qa
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100