Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
stecrotti committed Mar 20, 2024
1 parent 855b307 commit 3436c8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/indexedbidigraph.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ g = IndexedBiDiGraph(A)

@testset "BiDirected graph" begin

@testset "issymmetric" begin
@test issymmetric(g) == issymmetric(adjacency_matrix(g))
end

@testset "show" begin
buf = IOBuffer()
show(buf, g)
Expand Down

0 comments on commit 3436c8b

Please sign in to comment.