standalone test integration

This commit is contained in:
Jun He
2023-05-27 15:43:39 -04:00
parent f59914f265
commit 53052ec895
10 changed files with 281 additions and 472 deletions

View File

@@ -21,6 +21,7 @@ function instance_read_test()
@test length(sc.contingencies) == 19
@test length(sc.price_sensitive_loads) == 1
@test instance.time == 4
@test sc.time_step == 60
@test sc.lines[5].name == "l5"
@test sc.lines[5].source.name == "b2"