DOC: Remove commented out test decorator
This commit is contained in:
parent
3e9c9c93fa
commit
d6e74fe7eb
@ -12,9 +12,6 @@ def assertMapping(vb, r1, r2):
|
|||||||
|
|
||||||
|
|
||||||
# TODO fix this test!
|
# TODO fix this test!
|
||||||
# @pytest.mark.skipif(True or pg.Qt.USE_PYSIDE,
|
|
||||||
# reason=('unclear why test is failing. skipping until '
|
|
||||||
# 'someone has time to fix it'))
|
|
||||||
@pytest.mark.skipif(pg.Qt.USE_PYSIDE, reason="pyside does not have qTest")
|
@pytest.mark.skipif(pg.Qt.USE_PYSIDE, reason="pyside does not have qTest")
|
||||||
def test_ViewBox():
|
def test_ViewBox():
|
||||||
qtest = pg.Qt.QtTest.QTest
|
qtest = pg.Qt.QtTest.QTest
|
||||||
@ -43,7 +40,7 @@ def test_ViewBox():
|
|||||||
view1 = QRectF(0, 0, 10, 10)
|
view1 = QRectF(0, 0, 10, 10)
|
||||||
size1 = QRectF(0, h, w, -h)
|
size1 = QRectF(0, h, w, -h)
|
||||||
assertMapping(vb, view1, size1)
|
assertMapping(vb, view1, size1)
|
||||||
|
|
||||||
# test resize
|
# test resize
|
||||||
win.resize(400, 400)
|
win.resize(400, 400)
|
||||||
app.processEvents()
|
app.processEvents()
|
||||||
|
Loading…
Reference in New Issue
Block a user