yt-project / widgyts

Widgets for yt
https://widgyts.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
10 stars 10 forks source link

Make a test suite #38

Open munkm opened 5 years ago

munkm commented 5 years ago

Right now the widgyts project is untested. We need to come up with a way to test at minimum some basic functionality of the package. I propose a suite that:

I'm not sure if we want to do rust + js + python testing or not? That seems like it's going to be fairly difficult so I think starting with what's synced to python seems like a good start and we can build out more from there.

matthewturk commented 5 years ago

There are tests in the rust package, and it's independent of this, so I think we only need to test the widgets in whatever mechanism Jupyter widgets are generally tested.

Not sure we need to do any typechecking, but maybe I'm just not understanding.