From d1f648493d0408e1937914c620dcc2ff866dda19 Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Thu, 22 Oct 2020 21:17:42 +0200 Subject: [PATCH] Update runtests.jl --- test/runtests.jl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/runtests.jl b/test/runtests.jl index 6f7eacf3..0df0ec85 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -11,7 +11,9 @@ import GeometryTypes, GeometryBasics using Dates using RecipesBase + @testset "Plotly standalone" begin + @test_nowarn _init_ijulia_plotting() @test Plots.plotly_local_file_path[] === nothing temp = Plots.use_local_dependencies[] withenv("PLOTS_HOST_DEPENDENCY_LOCAL" => true) do @@ -19,6 +21,7 @@ using RecipesBase @test Plots.plotly_local_file_path[] isa String @test isfile(Plots.plotly_local_file_path[]) @test Plots.use_local_dependencies[] = true + @test_nowarn _init_ijulia_plotting() end Plots.plotly_local_file_path[] = nothing Plots.use_local_dependencies[] = temp