We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 190005f commit e953542Copy full SHA for e953542
1 file changed
test/runtests.jl
@@ -7,7 +7,9 @@ using StructArrays
7
using Test
8
9
@testset "OMOPCommonDataModel.jl" begin
10
- @testset "doctests" begin
+ @testset "Unit tests" begin
11
+ end
12
+ @testset "Doctests" begin
13
doctest(OMOPCommonDataModel)
14
end
15
0 commit comments