Rename test
This commit is contained in:
parent
a9049f1d4d
commit
52717fa8b7
@ -3,7 +3,7 @@ import pyqtgraph as pg
|
||||
app = pg.mkQApp()
|
||||
|
||||
|
||||
def test_ArrowItem():
|
||||
def test_ArrowItem_parent():
|
||||
parent = pg.GraphicsObject()
|
||||
a = pg.ArrowItem(parent=parent, pos=(10, 10))
|
||||
assert a.parentItem() is parent
|
||||
|
Loading…
Reference in New Issue
Block a user