Skip to content

Commit

Permalink
Do not run doctests as part of unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobnissen committed Oct 16, 2023
1 parent ac404ed commit 7686773
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,4 @@ include("counting.jl")
include("search/pwm.jl")
end

# Include doctests.
DocMeta.setdocmeta!(BioSequences, :DocTestSetup, :(using BioSequences); recursive=true)
doctest(BioSequences; manual = false)

end

0 comments on commit 7686773

Please sign in to comment.