Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

Improvements to the test suite

wakonig_k requested to merge fix/test_segfaults into main

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_box was not properly shut down.
  • The QTimer in spinner was 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

Merge request reports

Loading