[svn r63886] another few events

--HG--
branch : trunk
This commit is contained in:
hpk
2009-04-09 01:50:02 +02:00
parent 68c6aaa355
commit 2dd3ea7041
7 changed files with 24 additions and 26 deletions

View File

@@ -66,7 +66,7 @@ class Session(object):
continue
remaining.append(colitem)
if deselected:
self.bus.notify("deselected", deselected)
self.config.api.pytest_deselected(items=deselected)
if self.config.option.keyword.endswith(":"):
self._nomatch = True
return remaining