Skip to content

Commit

Permalink
use ExampleJuggler v2 (no Pluto dependency due to extensions)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-fu committed Feb 20, 2024
1 parent ec3dd19 commit a55c317
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
1 change: 1 addition & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ Triangulate = "f7e6ffb2-c36d-4f8f-a77e-16e897189344"
[compat]
Documenter = "1"
julia = "1.9"
ExampleJuggler = "2"
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Triangulate = "f7e6ffb2-c36d-4f8f-a77e-16e897189344"

[compat]
ExampleJuggler = "0.4"
ExampleJuggler = "2"
12 changes: 4 additions & 8 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
using Test

@static if VERSION<v"1.11"
using ExampleJuggler
end
using ExampleJuggler

using ExtendableGrids, SHA

Expand Down Expand Up @@ -267,12 +265,10 @@ end
include("gmsh.jl")


if VERSION<v"1.11"
ExampleJuggler.verbose!(true)
ExampleJuggler.verbose!(true)

@testset "Examples" begin
@testscripts(joinpath(@__DIR__, "..", "examples"), ["examples1d.jl", "examples2d.jl", "examples3d.jl", "gmsh.jl"])
end
@testset "Examples" begin
@testscripts(joinpath(@__DIR__, "..", "examples"), ["examples1d.jl", "examples2d.jl", "examples3d.jl", "gmsh.jl"])
end

function voronoitest()
Expand Down

0 comments on commit a55c317

Please sign in to comment.