Skip to content

Commit

Permalink
Minor progress on altimeter tests
Browse files Browse the repository at this point in the history
  • Loading branch information
e100 committed Jun 15, 2024
1 parent c2f4acd commit c6abfbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Empty file.
4 changes: 4 additions & 0 deletions tests/instruments/altimeter/test_altimeter.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ def test_altimeter(fix,qtbot):
assert widget.getRatio() == 1
qtbot.addWidget(widget)
assert widget.item.value == 0
widget.resize(200,200)
widget.show()
qtbot.waitExposed(widget)
qtbot.wait(3000)

0 comments on commit c6abfbd

Please sign in to comment.