gitter-lab / ml4bio

A graphical interface for sklearn classification to introduce machine learning to biologists
MIT License
11 stars 2 forks source link

Add PyQt5 tests with pytest-qt #31

Open agitter opened 3 years ago

agitter commented 3 years ago

https://github.com/pytest-dev/pytest-qt extends pytest to support PyQt5 testing. It can simulate mouse clicks and button presses to test a GUI. That could enable some basic testing of our GUI.