We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5367f60 commit 96609b3Copy full SHA for 96609b3
test/runtests.jl
@@ -47,6 +47,7 @@ end
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 "Change of variables" include("changeofvariables.jl")
51
@safetestset "State Selection Test" include("state_selection.jl")
52
@safetestset "Symbolic Event Test" include("symbolic_events.jl")
53
@safetestset "Stream Connect Test" include("stream_connectors.jl")
0 commit comments