Open munkm opened 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.
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.