tests
This commit is contained in:
parent
c6ddbf9174
commit
8b40d5e867
@ -7,7 +7,7 @@ using FactCheck
|
|||||||
facts("Qwt") do
|
facts("Qwt") do
|
||||||
plotDefault!(:show, false)
|
plotDefault!(:show, false)
|
||||||
|
|
||||||
@fact plotter!(:qwt) --> nothing
|
@fact plotter!(:qwt) --> Plots.QwtPackage()
|
||||||
@fact plotter() --> Plots.QwtPackage()
|
@fact plotter() --> Plots.QwtPackage()
|
||||||
@fact typeof(plot(1:10)) --> Plot
|
@fact typeof(plot(1:10)) --> Plot
|
||||||
|
|
||||||
@ -57,7 +57,7 @@ facts("Qwt") do
|
|||||||
end
|
end
|
||||||
|
|
||||||
facts("Gadfly") do
|
facts("Gadfly") do
|
||||||
@fact plotter!(:gadfly) --> nothing
|
@fact plotter!(:gadfly) --> Plots.GadflyPackage()
|
||||||
@fact plotter() --> Plots.GadflyPackage()
|
@fact plotter() --> Plots.GadflyPackage()
|
||||||
@fact typeof(plot(1:10)) --> Plot
|
@fact typeof(plot(1:10)) --> Plot
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user