pyqtgraph/pyqtgraph/tests
KIU Shueng Chuan 659392d4bb don't rely on QImage being non-const
the previous formulation creates an ndarray and then creates an QImage
over it w/o copying. this relies on the QImage thus created being
non-const.

if the QImage was (unintentionally) created as const, the subsequent
QPainter render on the const QImage would trigger a COW. i.e. the
original underlying ndarray wouldn't be updated.

this is only an issue for PyQt bindings where const QImages can be
created.
2021-02-11 10:38:19 +08:00
..
__init__.py Merge branch 'develop' into ccf-viewer-fixes 2016-12-14 08:35:33 -08:00
image_testing.py don't rely on QImage being non-const 2021-02-11 10:38:19 +08:00
test_configparser.py Allow multiline parameters in configparser (#949) 2019-06-22 22:17:14 -07:00
test_exit_crash.py remove six module 2021-01-29 16:13:27 +08:00
test_functions.py Support siPrefix with no suffix in SpinBox 2021-02-03 17:14:06 -08:00
test_qt.py test_loadUiType should run on 5.14.2.2 2020-06-03 21:22:01 -07:00
test_ref_cycles.py get test_ref_cycles to pass (#1539) 2021-02-04 20:18:53 -08:00
test_reload.py test_reload.py: skip for PySide6 and Python 3.9 2021-01-16 14:37:21 +08:00
test_signalproxy.py SignalProxy: Correct initialization without slot argument and tests (#1392) 2020-10-13 08:50:22 -07:00
test_srttransform3d.py Added SRTTransform3D test, corrected fromMatrix bug 2014-03-11 10:11:03 -04:00
test_stability.py MNT: Should use the actual widget not 'widget' 2015-12-24 10:41:17 -05:00
test_Vector.py Add targeted Vector test coverage 2020-09-20 09:19:39 -07:00
ui_testing.py use qWaitForWindowExposed instead of qWaitForWindowShown 2021-02-04 11:35:19 +08:00
uictest.ui Patch/window handling (#468) 2020-06-01 11:23:18 -07:00