Rename test

This commit is contained in:
Ales Erjavec 2020-08-17 09:25:37 +02:00
parent a9049f1d4d
commit 52717fa8b7

View File

@ -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