|
29 | 29 | @safetestset "AbstractSystem Test" include("abstractsystem.jl")
|
30 | 30 | @safetestset "Variable Scope Tests" include("variable_scope.jl")
|
31 | 31 | @safetestset "Symbolic Parameters Test" include("symbolic_parameters.jl")
|
32 |
| - @safetestset "Parsing Test" include("variable_parsing.jl") |
33 | 32 | @safetestset "Simplify Test" include("simplify.jl")
|
34 | 33 | @safetestset "Direct Usage Test" include("direct.jl")
|
35 | 34 | @safetestset "System Linearity Test" include("linearity.jl")
|
36 | 35 | @safetestset "Input Output Test" include("input_output_handling.jl")
|
37 | 36 | @safetestset "Clock Test" include("clock.jl")
|
38 | 37 | @safetestset "ODESystem Test" include("odesystem.jl")
|
39 | 38 | @safetestset "Dynamic Quantities Test" include("dq_units.jl")
|
40 |
| - @safetestset "Unitful Quantities Test" include("units.jl") |
41 | 39 | @safetestset "Mass Matrix Test" include("mass_matrix.jl")
|
42 | 40 | @safetestset "Reduction Test" include("reduction.jl")
|
43 | 41 | @safetestset "Split Parameters Test" include("split_parameters.jl")
|
44 | 42 | @safetestset "StaticArrays Test" include("static_arrays.jl")
|
45 | 43 | @safetestset "Components Test" include("components.jl")
|
46 |
| - @safetestset "Model Parsing Test" include("model_parsing.jl") |
47 | 44 | @safetestset "Error Handling" include("error_handling.jl")
|
48 | 45 | @safetestset "StructuralTransformations" include("structural_transformation/runtests.jl")
|
49 | 46 | @safetestset "Basic transformations" include("basic_transformations.jl")
|
|
58 | 55 | @safetestset "DAE Jacobians Test" include("dae_jacobian.jl")
|
59 | 56 | @safetestset "Jacobian Sparsity" include("jacobiansparsity.jl")
|
60 | 57 | @safetestset "Modelingtoolkitize Test" include("modelingtoolkitize.jl")
|
61 |
| - @safetestset "Constants Test" include("constants.jl") |
62 | 58 | @safetestset "Parameter Dependency Test" include("parameter_dependencies.jl")
|
63 | 59 | @safetestset "Equation Type Accessors Test" include("equation_type_accessors.jl")
|
64 | 60 | @safetestset "System Accessor Functions Test" include("accessor_functions.jl")
|
|
141 | 137 | @safetestset "BifurcationKit Extension Test" include("extensions/bifurcationkit.jl")
|
142 | 138 | @safetestset "InfiniteOpt Extension Test" include("extensions/test_infiniteopt.jl")
|
143 | 139 | @safetestset "Auto Differentiation Test" include("extensions/ad.jl")
|
| 140 | + @safetestset "Unitful Extension Test" include("units.jl") |
| 141 | + @safetestset "Variable Parsing with Units Test" include("variable_parsing.jl") |
| 142 | + @safetestset "Model Parsing with Units Test" include("model_parsing.jl") |
| 143 | + @safetestset "Constants with Units Test" include("constants.jl") |
144 | 144 | end
|
145 | 145 | end
|
0 commit comments