We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6eb2e6 commit f647988Copy full SHA for f647988
plotpy/tests/unit/test_curve_tools.py
@@ -28,10 +28,9 @@
28
)
29
from plotpy.tools.selection import SelectTool
30
31
-# guitest: show
32
-
33
34
def test_curve_stat_tool():
+ """Test the curve stats tool."""
35
with qt_app_context(exec_loop=False) as qapp:
36
win, tool = create_window(CurveStatsTool)
37
win.show()
@@ -224,7 +223,7 @@ def test_edit_point_tool():
224
223
225
if __name__ == "__main__":
226
test_curve_stat_tool()
227
- # test_free_select_point_tool()
228
- # test_contrained_select_point_tool()
229
- # test_select_points_tool()
230
- # test_edit_point_tool()
+ test_free_select_point_tool()
+ test_contrained_select_point_tool()
+ test_select_points_tool()
+ test_edit_point_tool()
0 commit comments