Now closing plots after display calls

This commit is contained in:
Thatcher Chamberlin 2020-12-06 18:54:53 -05:00
parent 06a823a3be
commit f6627f3c5c

View File

@ -18,6 +18,7 @@ using Plots, Test, Dates
@info "Skipping display tests on AppVeyor" @info "Skipping display tests on AppVeyor"
else else
@test isa(display(p), Nothing) == true @test isa(display(p), Nothing) == true
closeall()
end end
end # testset end # testset
@ -36,6 +37,7 @@ end # testset
@info "Skipping display tests on AppVeyor" @info "Skipping display tests on AppVeyor"
else else
@test isa(display(p), Nothing) == true @test isa(display(p), Nothing) == true
closeall()
end end
end # testset end # testset
@ -53,5 +55,6 @@ end # testset
@info "Skipping display tests on AppVeyor" @info "Skipping display tests on AppVeyor"
else else
@test isa(display(p), Nothing) == true @test isa(display(p), Nothing) == true
closeall()
end end
end # testset end # testset