silx icon indicating copy to clipboard operation
silx copied to clipboard

Use MDI window for GUI tests (WIP)

Open vallsv opened this issue 7 years ago • 0 comments

This PR tries to reduce some inconvenience of GUI testing, by using an only one MDI window as container for all GUI tests.

It reduce blinking, then allow to move the tests manually, or reduce them. It could maybe speed up a little the tests.

  • This feature do not working with PyQt4. Some widget are not released at the end of each tests.
  • Only dialog tests was updated

Can be tested using

python ./run_tests.py silx.gui.dialog.test.suite -v

vallsv avatar Jul 18 '18 13:07 vallsv