Skip to content

Commit

Permalink
Adding test for the tabulation test case
Browse files Browse the repository at this point in the history
  • Loading branch information
felipemarkson committed Aug 16, 2022
1 parent fb8e835 commit 707cd97
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/opendss.jl
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,13 @@
"like" => "",
)
end

@testset "tabulation parse" begin
eng = parse_file("../test/data/opendss/case_tabulation.dss")

number_buses = 3
@test length(eng["bus"]) == number_buses
end
end

@testset "test different regcontrol configurations" begin
Expand Down

0 comments on commit 707cd97

Please sign in to comment.