Skip to content

Commit e953542

Browse files
authored
Reorganize testsets (#14)
1 parent 190005f commit e953542

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/runtests.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ using StructArrays
77
using Test
88

99
@testset "OMOPCommonDataModel.jl" begin
10-
@testset "doctests" begin
10+
@testset "Unit tests" begin
11+
end
12+
@testset "Doctests" begin
1113
doctest(OMOPCommonDataModel)
1214
end
1315
end

0 commit comments

Comments
 (0)