Cowsay.jl/test/runtests.jl
Thomas A. Christensen II e468783238
Allow docstrings to calculate coverage (hopefully)
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2021-11-23 15:30:06 -06:00

6 lines
134 B
Julia

using Cowsay
using Test
using Documenter
DocMeta.setdocmeta!(Cowsay, :DocTestSetup, :(using Cowsay); recursive=true)
doctest(Cowsay)