pyqtgraph/pyqtgraph/tests
Ogi Moore 4d388ee633 Use open context-manager instead of file.open()
Static code checker identified multiple places where a file is opened
but is not necessarily closed.  This commit addressed that with the
exception of RemoteGraphicsView.py
2021-04-25 17:05:05 -07:00
..
__init__.py Merge branch 'develop' into ccf-viewer-fixes 2016-12-14 08:35:33 -08:00
image_testing.py image_testing.py: swap red and blue channels 2021-04-01 08:32:31 +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 Protect makeARGB with tests and benchmarks (#1697) 2021-04-15 15:51:21 -07:00
test_makeARGB.py skip test without generating warning 2021-04-15 21:02:49 -07: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 keep testing deprecated objects, catch warnings 2021-02-12 13:08:00 -08:00
test_reload.py Use open context-manager instead of file.open() 2021-04-25 17:05:05 -07: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