Menu

Commit [r17818]  Maximize  Restore  History

Big fixes for the running of the GUI tests.

The GUI initialisation and termination, when not running in GUI mode, is now preformed outside of
the Python unittest framework. The GUI was previously initalised in the setUp() method for all GUI
tests, but for some reason this caused abrupt terminations of the GUI_test_runner.run() method.
This run method, when finished, would not return to the Test_suite_runner but would cause the Python
interpreter to silently die. The result was that the test suite summary would appear not to be
printed out.

bugman 2012-10-15

changed /trunk/test_suite/gui_tests/__init__.py
changed /trunk/test_suite/gui_tests/base_classes.py
changed /trunk/test_suite/test_suite_runner.py
/trunk/test_suite/gui_tests/__init__.py Diff Switch to side-by-side view
Loading...
/trunk/test_suite/gui_tests/base_classes.py Diff Switch to side-by-side view
Loading...
/trunk/test_suite/test_suite_runner.py Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.