Skip to content

Commit

Permalink
Disable doctests in test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
abhro committed Jun 17, 2024
1 parent 747a82d commit 1d7bd16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"

[targets]
test = ["Test", "Documenter", "Measurements"]
test = ["Test"]
6 changes: 3 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
using AstroLib
using Test
using Dates
using Documenter
#using Documenter

@testset "AstroLib" begin
include("utils-tests.jl")
include("misc-tests.jl")

DocMeta.setdocmeta!(AstroLib, :DocTestSetup, :(using AstroLib), recursive=true)
doctest(AstroLib)
#DocMeta.setdocmeta!(AstroLib, :DocTestSetup, :(using AstroLib), recursive=true)
#doctest(AstroLib)
end

# Dummy calls to "show" for new data types, just to increase code coverage.
Expand Down

0 comments on commit 1d7bd16

Please sign in to comment.