summaryrefslogtreecommitdiff
path: root/tests/twisted/dispatcher/undispatchable.py
AgeCommit message (Collapse)AuthorFilesLines
2013-10-29Regression tests: use a simulated CM instead of just holding the bus nameSimon McVittie1-1/+1
We'll need this if we want to call IdentifyAccount. Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=34640
2011-09-06undispatchable test: assert that observers are invoked, but approvers are notSimon McVittie1-6/+47
Also assert that MC doesn't close the channel as undispatchable until the Observer has had a look at it.
2010-12-22tests: move from test/ to tests/Jonny Lamb1-0/+75
So so annoying. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>