Skip to content

Commit

Permalink
Codestyle fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carifio24 committed Dec 22, 2024
1 parent 8c364ad commit c1408f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions glue_ar/qt/tests/test_widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def test_info_button(qtbot):
button = info_button(cb_property)
assert isinstance(button, QPushButton)


def test_boolean_callback_widgets(qtbot):
state = DummyState()

Expand Down Expand Up @@ -63,6 +64,7 @@ def test_integer_callback_widgets(qtbot):
assert isinstance(value_label, QLabel)
assert value_label.text() == "2"


def test_float_callback_widgets():
state = DummyState()
widget_rows, connection = widgets_for_callback_property(state, "cb_float", "Float CB")
Expand Down

0 comments on commit c1408f6

Please sign in to comment.