Update test name. Cleanup unused imports.

This commit is contained in:
Kenneth Lyons 2019-06-09 09:12:01 -07:00
parent 0c84234612
commit c5126dc26f

View File

@ -1,12 +1,10 @@
import pytest
from pyqtgraph.Qt import QtGui, QtCore
import pyqtgraph as pg
import numpy as np
app = pg.mkQApp()
def test_errorbaritem_defer_data():
def test_ErrorBarItem_defer_data():
plot = pg.PlotWidget()
plot.show()