1
0
Fork 0
mirror of https://github.com/MillironX/Kelpie.jl.git synced 2024-11-14 21:43:10 +00:00
Kelpie.jl/test/runtests.jl
Thomas A. Christensen II f9f1bed651
Add doctests as unit tests
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2022-03-31 18:57:53 -05:00

11 lines
230 B
Julia

using Documenter
using Kelpie
using Test
DocMeta.setdocmeta!(Kelpie, :DocTestSetup, :(using Kelpie); recursive=true)
@testset "Kelpie.jl" begin
@testset "Doctests" begin
doctest(Kelpie)
end #testset
end #testset