Improvements to the test suite
Description
Improvements and fixes to the test suite.
Related Issues
relates to #276 (closed); the issues in #276 (closed) remain unresolved, yet the related test cases were not commented out for this MR.
Type of Change
- Changed inheritance for BECQueue to simple QWidget
- According to the pytest-qt docs, all widgets should be registered with qtbot. I've made changes where necessary and added an additional call to
<widget>.close() - The QTimer in
bec_status_boxwas not properly shut down. - The QTimer in
spinnerwas not properly shut down.
Additional Comments
Resolving the issues in #276 (closed) should be done asap... any help / detective work is appreciated.
Definition of Done
-
Documentation is up-to-date.
Edited by wakonig_k