Update test name. Cleanup unused imports.
This commit is contained in:
parent
0c84234612
commit
c5126dc26f
@ -1,12 +1,10 @@
|
|||||||
import pytest
|
|
||||||
from pyqtgraph.Qt import QtGui, QtCore
|
|
||||||
import pyqtgraph as pg
|
import pyqtgraph as pg
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
|
||||||
app = pg.mkQApp()
|
app = pg.mkQApp()
|
||||||
|
|
||||||
|
|
||||||
def test_errorbaritem_defer_data():
|
def test_ErrorBarItem_defer_data():
|
||||||
plot = pg.PlotWidget()
|
plot = pg.PlotWidget()
|
||||||
plot.show()
|
plot.show()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user