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 2ba8bcb commit 1f6718cCopy full SHA for 1f6718c
test/runtests.jl
@@ -8,6 +8,7 @@ using SafeTestsets
8
@time @safetestset "Reactions" begin include("reactionsystem_structure/reactions.jl") end
9
@time @safetestset "ReactionSystem" begin include("reactionsystem_structure/reactionsystem.jl") end
10
@time @safetestset "Higher Order Reactions" begin include("reactionsystem_structure/higher_order_reactions.jl") end
11
+ @time @safetestset "Hybrid CRN/Equation Systems" begin include("reactionsystem_structure/hybrid_equation_reaction_systems.jl") end
12
13
### Tests model creation via the @reaction_network DSL. ###
14
@time @safetestset "Basic DSL" begin include("dsl/dsl_basics.jl") end
0 commit comments