We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8fda45 commit ade2eb2Copy full SHA for ade2eb2
test/runtests.jl
@@ -6,6 +6,8 @@ using MetaGraphsNext
6
using SimpleTraits
7
using Test
8
9
+DocMeta.setdocmeta!(MetaGraphsNext, :DocTestSetup, :(using MetaGraphsNext); recursive=true)
10
+
11
@testset verbose = true "MetaGraphsNext" begin
12
@testset verbose = true "Code quality (Aqua.jl)" begin
13
Aqua.test_all(MetaGraphsNext; ambiguities=false)
0 commit comments