pyqtgraph/pyqtgraph/widgets/tests
2xB 96a4270a30 Fix HistogramLUTWidget with background parameter (#953)
* Fix HistogramLUTWidget with background parameter

HistogramLUTWidget cannot be initialized with the `background` parameter, because all parameters are also passed to the constructor of HistogramLUTItem which does not have a `background` parameter. This pull request fixes that issue by defining `background` explicitly as parameter in the function header.

Closes #175

* Added test for HistogramLUTWidget initialization with background

* Fixed Python2 compatibility

* Do not pg.exit() after test

* Moved test_histogramlutwidget to widget tests
2019-09-27 13:02:54 -07:00
..
test_combobox.py fixes for python3 2013-12-27 22:32:05 -05:00
test_histogramlutwidget.py Fix HistogramLUTWidget with background parameter (#953) 2019-09-27 13:02:54 -07:00
test_spinbox.py Add example and test demonstrating spinbox bug 2018-01-24 09:11:42 -08:00
test_tablewidget.py Added configurable formatting for TableWidget 2014-04-12 11:54:23 -04:00