pcdshub / pcdswidgets

LCLS PyDM Widget Library
https://pcdshub.github.io/pcdswidgets
Other
0 stars 10 forks source link

paintEvent is not called in CI tests #6

Closed teddyrendahl closed 5 years ago

teddyrendahl commented 5 years ago

While testing locally, showEvent and repaint will call the paintEvent method on widgets, this does not work on CI. An approach more inline with the PyDM test below is required.

https://github.com/slaclab/pydm/blob/master/pydm/tests/widgets/test_lineedit.py#L572-L618