Fix top level test files so they at least compile and don't interfere

with nosetests. Add these files to nosetests.
This commit is contained in:
kulath
2016-08-19 21:10:07 +01:00
parent 022eefd7e8
commit fbb884b6ea
5 changed files with 191 additions and 134 deletions

View File

@ -56,13 +56,14 @@ class GtkHandlerTest(unittest.TestCase):
l.warn("A warn message")
l.debug("A debug message")
log_message = "Debug message"
try:
wibble
except:
l.error(log_message,exc_info=True)
while Gtk.events_pending():
Gtk.main_iteration()
# Comment this out because there is noone to close the dialogue
# try:
# wibble
# except:
# l.error(log_message,exc_info=True)
#
# while Gtk.events_pending():
# Gtk.main_iteration()