@@ -3,58 +3,6 @@ using SafeTestsets
3
3
4
4
# ## Run the tests ###
5
5
@time begin
6
-
7
- # ## Tests the properties of ReactionSystems. ###
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
-
12
- # ## Tests model creation via the @reaction_network DSL. ###
13
- @time @safetestset " Basic DSL" begin include (" dsl/dsl_basics.jl" ) end
14
- @time @safetestset " DSL Model Construction" begin include (" dsl/dsl_model_construction.jl" ) end
15
- @time @safetestset " Custom CRN Functions" begin include (" dsl/custom_functions.jl" ) end
16
- @time @safetestset " DSL Options" begin include (" dsl/dsl_options.jl" ) end
17
-
18
- # ## Non-DSL model creation and modification. ###
19
- @time @safetestset " ReactionSystem Components Based Creation" begin include (" programmatic_model_creation/component_based_model_creation.jl" ) end
20
- @time @safetestset " Programmatic Model Expansion" begin include (" programmatic_model_creation/programmatic_model_expansion.jl" ) end
21
-
22
- # Runs various miscellaneous tests.
23
- @time @safetestset " API" begin include (" miscellaneous_tests/api.jl" ) end
24
- @time @safetestset " Symbolic Stoichiometry" begin include (" miscellaneous_tests/symbolic_stoichiometry.jl" ) end
25
- @time @safetestset " NonlinearProblems and Steady State Solving" begin include (" miscellaneous_tests/nonlinear_solve.jl" ) end
26
- @time @safetestset " Events" begin include (" miscellaneous_tests/events.jl" ) end
27
- @time @safetestset " Compound species" begin include (" miscellaneous_tests/compound_macro.jl" ) end
28
- @time @safetestset " Reaction balancing" begin include (" miscellaneous_tests/reaction_balancing.jl" ) end
29
- @time @safetestset " Units" begin include (" miscellaneous_tests/units.jl" ) end
30
-
31
- # ## Reaction network analysis. ###
32
- @time @safetestset " Conservation Laws" begin include (" network_analysis/conservation_laws.jl" ) end
33
- @time @safetestset " Network Properties" begin include (" network_analysis/network_properties.jl" ) end
34
-
35
- # ## Tests ODE, SDE, PDE, and Gillespie Simulations. ###
36
- @time @safetestset " ODE System Simulations" begin include (" model_simulation/simulate_ODEs.jl" ) end
37
- @time @safetestset " Automatic Jacobian Construction" begin include (" model_simulation/make_jacobian.jl" ) end
38
- @time @safetestset " U0 and Parameters Input Variants" begin include (" model_simulation/u0_n_parameter_inputs.jl" ) end
39
- @time @safetestset " SDE System Simulations" begin include (" model_simulation/simulate_SDEs.jl" ) end
40
- @time @safetestset " Jump System Simulations" begin include (" model_simulation/simulate_jumps.jl" ) end
41
-
42
- # ## Tests Spatial Network Simulations. ###
43
- @time @safetestset " PDE Systems Simulations" begin include (" spatial_reaction_systems/simulate_PDEs.jl" ) end
44
- @time @safetestset " Lattice Reaction Systems" begin include (" spatial_reaction_systems/lattice_reaction_systems.jl" ) end
45
- @time @safetestset " ODE Lattice Systems Simulations" begin include (" spatial_reaction_systems/lattice_reaction_systems_ODEs.jl" ) end
46
-
47
- # ## Tests network visualization. ###
48
- @time @safetestset " Latexify" begin include (" visualization/latexify.jl" ) end
49
- # @time @safetestset "Basic Plotting" begin include("visualization/plotting.jl") end
50
- # Disable on Macs as can't install GraphViz via jll
51
- if ! Sys. isapple ()
52
- @time @safetestset " Graphs" begin include (" visualization/graphs.jl" ) end
53
- end
54
-
55
- # ## Tests extensions. ###
56
- @time @safetestset " BifurcationKit Extension" begin include (" extensions/bifurcation_kit.jl" ) end
57
- @time @safetestset " HomotopyContinuation Extension" begin include (" extensions/homotopy_continuation.jl" ) end
58
6
@time @safetestset " Structural Identifiability Extension" begin include (" extensions/structural_identifiability.jl" ) end
59
7
60
8
end # @time
0 commit comments