Skip to content

Commit 18813a2

Browse files
committed
reactivate old tests
1 parent 5275a1d commit 18813a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/runtests.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ using SafeTestsets, Test
1818
@time @safetestset "Symbolic Stoichiometry" begin include("reactionsystem_core/symbolic_stoichiometry.jl") end
1919
@time @safetestset "Parameter Type Designation" begin include("reactionsystem_core/parameter_type_designation.jl") end
2020
@time @safetestset "Custom CRN Functions" begin include("reactionsystem_core/custom_crn_functions.jl") end
21-
# @time @safetestset "Coupled CRN/Equation Systems" begin include("reactionsystem_core/coupled_equation_crn_systems.jl") end
21+
@time @safetestset "Coupled CRN/Equation Systems" begin include("reactionsystem_core/coupled_equation_crn_systems.jl") end
2222
@time @safetestset "Events" begin include("reactionsystem_core/events.jl") end
2323

2424
# Tests model creation via the @reaction_network DSL.
@@ -72,9 +72,9 @@ using SafeTestsets, Test
7272
end
7373

7474
# Tests extensions.
75-
# @time @safetestset "BifurcationKit Extension" begin include("extensions/bifurcation_kit.jl") end
76-
# @time @safetestset "HomotopyContinuation Extension" begin include("extensions/homotopy_continuation.jl") end
77-
# @time @safetestset "Structural Identifiability Extension" begin include("extensions/structural_identifiability.jl") end
75+
@time @safetestset "BifurcationKit Extension" begin include("extensions/bifurcation_kit.jl") end
76+
@time @safetestset "HomotopyContinuation Extension" begin include("extensions/homotopy_continuation.jl") end
77+
@time @safetestset "Structural Identifiability Extension" begin include("extensions/structural_identifiability.jl") end
7878
#end
7979

8080
end # @time

0 commit comments

Comments
 (0)