Reorganize tests into testsets
This commit is contained in:
parent
fd9329a9b6
commit
b068326b2e
1 changed files with 6 additions and 1 deletions
|
@ -3,4 +3,9 @@ using Test
|
|||
using Documenter
|
||||
|
||||
DocMeta.setdocmeta!(Cowsay, :DocTestSetup, :(using Cowsay); recursive=true)
|
||||
doctest(Cowsay)
|
||||
|
||||
@testset verbose = true "cowsay" begin
|
||||
@testset "Doctests" begin
|
||||
doctest(Cowsay)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue