File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 1515# ## Run Tests ###
1616@time begin
1717 if GROUP == " All" || GROUP == " Core"
18+ # Tests the `ReactionSystem` structure and its properties.
19+ @time @safetestset " Reaction Structure" begin include (" reactionsystem_core/reaction.jl" ) end
20+ @time @safetestset " ReactionSystem Structure" begin include (" reactionsystem_core/reactionsystem.jl" ) end
21+ @time @safetestset " Higher Order Reactions" begin include (" reactionsystem_core/higher_order_reactions.jl" ) end
22+ @time @safetestset " Symbolic Stoichiometry" begin include (" reactionsystem_core/symbolic_stoichiometry.jl" ) end
23+ @time @safetestset " Parameter Type Designation" begin include (" reactionsystem_core/parameter_type_designation.jl" ) end
24+ @time @safetestset " Custom CRN Functions" begin include (" reactionsystem_core/custom_crn_functions.jl" ) end
1825 @time @safetestset " Coupled CRN/Equation Systems" begin include (" reactionsystem_core/coupled_equation_crn_systems.jl" ) end
1926 @time @safetestset " Events" begin include (" reactionsystem_core/events.jl" ) end
2027
You can’t perform that action at this time.
0 commit comments