Now closing plots after display calls
This commit is contained in:
parent
06a823a3be
commit
f6627f3c5c
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user