Create test_defaults.jl
This commit is contained in:
parent
eea8ac6d13
commit
86d153fb25
8
test/test_defaults.jl
Normal file
8
test/test_defaults.jl
Normal file
@ -0,0 +1,8 @@
|
||||
using Plots, Test
|
||||
|
||||
const PLOTS_DEFAULTS = Dict(:theme => :wong2)
|
||||
|
||||
@testset "Loading theme" begin
|
||||
Plots.__init__()
|
||||
plot(1:5)[1][1][:series_color] == colorant"black"
|
||||
end
|
||||
Loading…
x
Reference in New Issue
Block a user