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.
2 parents 7b034c2 + 84c1f78 commit 0c5d4d1Copy full SHA for 0c5d4d1
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