[svn r63888] finally. the event concept is basically gone.

now we only have plugin hooks aka plugin calls

--HG--
branch : trunk
This commit is contained in:
hpk
2009-04-09 02:36:07 +02:00
parent 0c4fc99a6f
commit cd038ee708
12 changed files with 21 additions and 113 deletions

View File

@@ -129,7 +129,7 @@ def slave_runsession(channel, config, fullwidth, hasmarkup):
try:
colitem = py.test.collect.Collector._fromtrail(trail, config)
except AssertionError, e:
#XXX session.bus.notify of "test disappeared"
#XXX send info for "test disappeared" or so
continue
colitems.append(colitem)
else: