[svn r63163] fixing tests, better verbose output for dist-runs

--HG--
branch : trunk
This commit is contained in:
hpk
2009-03-21 03:04:44 +01:00
parent 6a1db0a594
commit 75bfb84ea5
9 changed files with 40 additions and 34 deletions
-6
View File
@@ -45,12 +45,6 @@ class InternalException(BaseEvent):
# Events related to collecting and executing test Items
# ----------------------------------------------------------------------
class ItemStart(BaseEvent):
def __init__(self, item, host=None):
self.item = item
self.host = host
self.time = timestamp()
class Deselected(BaseEvent):
def __init__(self, items):
self.items = items