build!: PySide6-QtAds; bec_qtheme V1; dependencies updated and adjusted

This commit is contained in:
2026-03-05 18:12:28 +01:00
parent ade65dd629
commit 562001c08c
5 changed files with 23 additions and 31 deletions
-4
View File
@@ -17,10 +17,6 @@ def stop_button(qtbot, mocked_client):
def test_stop_button(stop_button):
assert stop_button.button.text() == "Stop"
assert (
stop_button.button.styleSheet()
== "background-color: #cc181e; color: white; font-weight: bold; font-size: 12px;"
)
stop_button.button.click()
assert stop_button.queue.request_scan_halt.called
stop_button.close()