You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once users implement an AbstractGraph, they need an easy way to make sure that all of the methods are correctly defined. For instance a test suite that we provide.
Once users implement an
AbstractGraph
, they need an easy way to make sure that all of the methods are correctly defined. For instance a test suite that we provide.And we need a way to make sure that said test suite is correct: https://discourse.julialang.org/t/metatesting-jl-who-tests-the-test-suites/99273
Related: JuliaGraphs/Graphs.jl#253
The text was updated successfully, but these errors were encountered: