File tree Expand file tree Collapse file tree 1 file changed +14
-18
lines changed Expand file tree Collapse file tree 1 file changed +14
-18
lines changed Original file line number Diff line number Diff line change 1
1
using Mimi
2
2
using Base. Test
3
3
4
+ @testset " Mimi" begin
4
5
5
- tests = [" main" ,
6
- " references" ,
7
- " units" ,
8
- " model_structure" ,
9
- " tools" ,
10
- " parameter_labels" ,
11
- " marginal_models" ,
12
- " adder" ,
13
- " getindex" ,
14
- " num_components" ,
15
- " components_ordering" ,
16
- " variables_model_instance" ,
17
- " getdataframe"
18
- ]
6
+ include (" test_main.jl" )
7
+ include (" test_references.jl" )
8
+ include (" test_units.jl" )
9
+ include (" test_model_structure.jl" )
10
+ include (" test_tools.jl" )
11
+ include (" test_parameter_labels.jl" )
12
+ include (" test_marginal_models.jl" )
13
+ include (" test_adder.jl" )
14
+ include (" test_getindex.jl" )
15
+ include (" test_num_components.jl" )
16
+ include (" test_components_ordering.jl" )
17
+ include (" test_variables_model_instance.jl" )
18
+ include (" test_getdataframe.jl" )
19
19
20
- for t in tests
21
- fp = joinpath (" test_$t .jl" )
22
- println (" $fp ..." )
23
- include (fp)
24
20
end
You can’t perform that action at this time.
0 commit comments