Skip to content

Commit eb78f36

Browse files
committed
Add tests for pretty printing
1 parent e00e967 commit eb78f36

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

test/directed.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,3 +239,7 @@ for layer in all_layers_d
239239
end
240240
end
241241
end
242+
243+
@testset "Printing MultilayerDiGraph" begin
244+
@test_nowarn @show multilayergraph
245+
end

test/undirected.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,3 +244,7 @@ for layer in all_layers_u
244244
end
245245
end
246246
end
247+
248+
@testset "Printing MultilayerGraph" begin
249+
@test_nowarn @show multilayergraph
250+
end

0 commit comments

Comments
 (0)