Plots.jl/test/runtests.jl
2015-08-31 14:59:01 -04:00

16 lines
178 B
Julia

module PlotsTests
using Plots
using FactCheck
facts("Qwt") do
@fact plotter(:qwt) --> nothing
end
facts("Gadfly") do
@fact plotter(:gadfly) --> nothing
end
end # module