vispy / jupyter_rfb

Remote Frame Buffer for Jupyter
https://jupyter-rfb.readthedocs.io
MIT License
55 stars 10 forks source link

Add functional tests #33

Open almarklein opened 2 years ago

almarklein commented 2 years ago

Would be nice to have some tests using this in an actual notebook and simulating user interaction. I don't consider this super-higher priority right now.

Marked this as a good first issue. By which I mean it's great for someone who wants to contribute to this project, but who does have experience with Jupyter, ipywidgets, and testing.

Himanxu1 commented 2 years ago

Hello, I am a beginner and I want to contribute to it.

djhoese commented 2 years ago

Hi @Himanxu1! Welcome. This project is very very very new so we're not exactly sure what needs work. I'm not sure if @almarklein knows how, but I have no idea how to implement the tests he's hoping for here. We use pytest for our testing in this package, but do you know of any way to run tests with a jupyter notebook and test user interaction in some way? That will be the big hurdle with this issue.

Any help is appreciated. Thanks.

almarklein commented 2 years ago

I also have no idea right now, but I'm sure we can learn a lot from how projects like ipywidgets and some of its popular subclass projects (e.g. ipyleaflet, ipyvolume) do it.

almarklein commented 2 years ago

Thanks for your interest, by the way! I did not expect new contributors so quickly :)

Himanxu1 commented 2 years ago

Thanks for your advice. I am just new to open source and want to Contribute ! I have intermediate knowledge of java >