From 31737aaec32fc86eb9d96f2a0328553c41165812 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Thu, 19 Oct 2017 09:45:08 +0200 Subject: [PATCH] try pyplot tests --- test/runtests.jl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index 4f0b2ad0..a3053ccb 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -16,12 +16,12 @@ img_eps = isinteractive() ? 1e-2 : 10e-2 end -#@testset "PyPlot" begin -# @test pyplot() == Plots.PyPlotBackend() -# @test backend() == Plots.PyPlotBackend() -# -# image_comparison_facts(:pyplot, eps=img_eps) -#end +@testset "PyPlot" begin + @test pyplot() == Plots.PyPlotBackend() + @test backend() == Plots.PyPlotBackend() + + image_comparison_facts(:pyplot, eps=img_eps) +end @testset "UnicodePlots" begin @test unicodeplots() == Plots.UnicodePlotsBackend()