InteractiveDynamics.jl icon indicating copy to clipboard operation
InteractiveDynamics.jl copied to clipboard

Set up proper tests and run on CI

Open Datseris opened this issue 4 years ago • 2 comments

At the moment this package is not really tested. Problem is, I don't even know how to test it on CI. I've been advised to copy Makie tests, but I'm not sure what to do!

Datseris avatar Aug 05 '21 07:08 Datseris

Have a look at the reference testing done by GraphMakie: https://github.com/MakieOrg/GraphMakie.jl/tree/master/test

Do you think that would be a decent way for us to do it for InteractiveDynamics?

fbanning avatar Nov 02 '22 20:11 fbanning

yes this seems legit. I guess we can use the figure returned by any of the plotting functions and do this score testing?

Datseris avatar Nov 03 '22 11:11 Datseris