We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dddc0b6 commit 064d600Copy full SHA for 064d600
test/runtests.jl
@@ -46,6 +46,7 @@ end
46
@safetestset "Model Parsing Test" include("model_parsing.jl")
47
@safetestset "Error Handling" include("error_handling.jl")
48
@safetestset "StructuralTransformations" include("structural_transformation/runtests.jl")
49
+ @safetestset "Basic transformations" include("basic_transformations.jl")
50
@safetestset "State Selection Test" include("state_selection.jl")
51
@safetestset "Symbolic Event Test" include("symbolic_events.jl")
52
@safetestset "Stream Connect Test" include("stream_connectors.jl")
0 commit comments