Skip to content

Commit f647988

Browse files
committed
code cleaning
1 parent a6eb2e6 commit f647988

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

plotpy/tests/unit/test_curve_tools.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,9 @@
2828
)
2929
from plotpy.tools.selection import SelectTool
3030

31-
# guitest: show
32-
3331

3432
def test_curve_stat_tool():
33+
"""Test the curve stats tool."""
3534
with qt_app_context(exec_loop=False) as qapp:
3635
win, tool = create_window(CurveStatsTool)
3736
win.show()
@@ -224,7 +223,7 @@ def test_edit_point_tool():
224223

225224
if __name__ == "__main__":
226225
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()
226+
test_free_select_point_tool()
227+
test_contrained_select_point_tool()
228+
test_select_points_tool()
229+
test_edit_point_tool()

0 commit comments

Comments
 (0)