Commit Graph

31 Commits

Author SHA1 Message Date
Luke Campagnola
956251f7ee enabled transposed ROI tests; not passing yet 2016-08-23 09:22:33 -07:00
Luke Campagnola
f49bfbf5a4 add transposed roi tests 2016-08-23 09:12:39 -07:00
Luke Campagnola
a76fc37112 imageAxisOrder config option now accepts "row-major" and "col-major" instead of "normal" and "legacy"
ImageItems can individually control their axis order
image tests pass with axis order check
2016-08-23 09:10:26 -07:00
Luke Campagnola
e46be6ddec Remove axes from tests; these break CI tests. 2016-07-18 17:35:33 -07:00
Luke Campagnola
0172d7b1e4 Fix pixel error in image tests by preventing an extra plot window from opening (no idea why this happens) 2016-07-18 17:22:17 -07:00
Luke Campagnola
8b0c61ef01 Add ImageItem tests, fix image downsampling bug 2016-07-18 17:21:02 -07:00
Luke Campagnola
0d131e4be4 Remove axes in ROI tests (these cause travis failures) 2016-07-18 08:13:25 -07:00
Luke Campagnola
f32dce7908 Avoid using QGraphicsLayout for tests; this produces unreliable results 2016-06-16 17:34:39 -07:00
Luke Campagnola
8f7b55302f Added PolyLineROI unit tests, fixed several bugs in mouse interaction with PolyLineROI. 2016-05-30 18:00:19 -07:00
Luke Campagnola
bb507cf6d0 ROI tests pass
FIX: PolyLineROI.setPoints() did not clear points previously
API: Allow ROI.setPos(x, y) in addition to setPos([x, y])
2016-05-17 18:04:52 -07:00
Luke Campagnola
ccf2ae4db4 Fix PolyLineROI.getArrayRegion and a few other bugs 2016-05-13 23:30:52 -07:00
Luke Campagnola
d4cc2e8b5d Add getArrayRegion tests for ROI, RectROI, and EllipseROI 2016-05-09 09:00:58 -07:00
Luke Campagnola
2ab52808d3 added simple roi tests (these do not check output) 2016-05-03 09:20:23 -07:00
Luke Campagnola
c65ca6d243 Merge branch 'develop' into image-testing
Conflicts:
	pyqtgraph/tests/__init__.py
2016-03-17 22:29:06 -07:00
Luke Campagnola
0bdc89fa69 correction for plotcurveitem tests on osx 2016-02-14 14:28:13 -08:00
Luke Campagnola
e712b86a38 relax auto-range check 2016-02-14 13:29:20 -08:00
Luke Campagnola
5171e1f1c7 Remove axes from plotcurveitem test--fonts differ across platforms. 2016-02-14 13:13:56 -08:00
Luke Campagnola
f2a72bf780 Image tester is working 2016-02-12 03:03:52 -08:00
Luke Campagnola
4a3525eafd infiniteline tests pass 2016-02-05 00:55:34 -08:00
Luke Campagnola
ad8e169160 infiniteline API testing 2016-02-05 00:12:21 -08:00
Luke Campagnola
c1de24e825 add hover tests 2016-02-03 23:17:40 -08:00
Luke Campagnola
2b9f613eab Added unit tests checking infiniteline interactivity 2016-02-03 23:13:58 -08:00
Eric Dill
c02dbe7679 TST: use pyqtgraph.Qt to import Qt stuff 2015-07-31 10:22:41 -04:00
Eric Dill
3bdb29e521 MNT: Remove commented code 2015-07-12 10:23:10 -05:00
Eric Dill
a52d8f7222 TST: Barn door testing on the divide-by-zero error 2015-07-11 17:43:57 -05:00
Luke Campagnola
021addcf0e Merge remote-tracking branch 'nicolaisi/ntj01' into develop 2014-10-25 14:24:15 -04:00
Luke Campagnola
6c6ba8454a Added unit tests 2014-10-25 13:01:10 -04:00
Luke Campagnola
6c6beed735 Fixes to make crashing less likely on PySide
Merge branch 'clear_cycles' into develop
2014-03-24 15:52:08 -04:00
Luke Campagnola
c9c2160856 more cleanups
added simple test
2014-01-18 19:13:39 -05:00
Luke Campagnola
a4103dd152 Mid-way through overhaul. Proposed code path looks like:
setRange -> updateViewRange -> matrix dirty
                            -> sigRangeChanged

    ... -> prepareForPaint -> updateAutoRange, updateMatrix if dirty
2013-11-03 17:10:59 -05:00
Luke Campagnola
ab1b1c6adf Added ViewBox test suite 2013-10-25 10:33:41 -04:00