ipywidgets icon indicating copy to clipboard operation
ipywidgets copied to clipboard

Automated testing of widgets

Open jankrepl opened this issue 3 years ago • 3 comments

First of all, great job on the project!

I wonder if there are some ways how to test widgets in an automated fashion? Something like pytest-qt for QT applications.

To give an example, let's say I have a TextArea widget, a Button widget and an Output widget. The Output one just displays what one writes into the TextArea as soon as one presses the button. Is there a way how to test it programmatically without even running them in jupyter notebooks?

Thanks for your response.

EDIT I stumbled upon a similar issue #1814. However, I wonder whether things have changed over the past 3 years.

jankrepl avatar Jul 30 '20 15:07 jankrepl