Shifted the printouts from the GUI tests suite clean_up_windows() method to the tearDown() method.
This change means that the printouts are not within a wx.CallAfter() call, but rather at the end of
the tearDown() method just prior to starting the next test.