samuelcolvin / Bokeh.jl

Bokeh Bindings for Julia
Other
46 stars 14 forks source link

JS Plot testing #9

Closed samuelcolvin closed 9 years ago

samuelcolvin commented 9 years ago

As per #7 currently the tests just test that the Julia executes without an error.

I need to add Selenium/PhantomJS testing to check that the html/js/json generated by Bokeh.js shows a plot.

samuelcolvin commented 9 years ago

The test implemented in #10 simply check that a canvas has appeared on the page, more like "Does something happen?" than "Does the right thing happen?".

However I think that should be sufficient for now on Bokeh.jl, in all my fiddling around the plot either appeared correctly or didn't appear at all.