Commit Graph

13 Commits

Author SHA1 Message Date
KIU Shueng Chuan
6b7afbf75c remove six module 2021-01-29 16:13:27 +08:00
KIU Shueng Chuan
28c0ea4b33 test_ref_cycles.py : change skip criteria
test_ImageView()
- PySide6 fails the same as PySide2

test_PlotWidget() and test_GraphicsWindow()
- PySide6 succeeds.
- PySide2 also succeeds. (at least on Linux and on version 5.15.2)
2021-01-16 14:37:21 +08:00
Ognyan Moore
3195ed4c8f Skip some tests on pyside2 2020-02-26 10:06:02 -08:00
Ogi
428af4950d unskip py3 tests, weakref works fine in a list 2020-02-24 23:00:09 -08:00
Luke Campagnola
82afad8366 Fix up Qt.py and deprecate USE_XX variables 2018-02-16 20:42:34 -08:00
Eric Dill
c3cfdfd528 TST: Tests are passing on pyside, but many are skipped
Commenting out failing tests

TST: use -sv flag on travis
2015-07-31 10:23:00 -04:00
Eric Dill
0b929d3551 MNT: First travis attempt
MNT: travis times out because no --yes, yay!

MNT: Remove sudo installs

MNT: another --yes

WIP: ??
2015-07-28 12:57:03 -04:00
Luke Campagnola
13cca1d9ca Add GraphicsWindow ref check 2014-04-27 13:44:58 -04:00
Luke Campagnola
27f24d1a6a Expand ref cycle check to include all child QObjects 2014-04-27 13:27:25 -04:00
Luke Campagnola
0479507dbb Expanded ref checks
Fixed ref cycle in ImageItem -> HistogramLutItem
2014-04-27 13:07:31 -04:00
Luke Campagnola
ef7949a35e Fixed ref cycle in SignalProxy 2014-04-27 12:25:11 -04:00
Luke Campagnola
82bd5ef584 stability test is successfully crashing, ref_cycle test exposes cycles! 2014-04-27 12:25:11 -04:00
Luke Campagnola
8dd7f07158 Start stability tests:
- randomly add / remove widgets and graphicsitems to provoke a crash
 - create and delete various objects and ensure that nothing is left in memory
2014-04-27 12:25:11 -04:00