summaryrefslogtreecommitdiff
path: root/tests/twisted/mctest.py
AgeCommit message (Expand)AuthorFilesLines
2011-09-28mctest: split up enable_fakecm_account()Will Thompson1-7/+17
2011-09-28mctest: resuscitate MC asynchronouslyWill Thompson1-5/+6
2011-09-28tests: add fake implementations of MC and NMWill Thompson1-5/+11
2011-09-23tests: replace make_mc with class MCWill Thompson1-19/+40
2011-09-23Merge branch 'uncontroversial'Will Thompson1-10/+4
2011-09-21mctest: remove unused event_func arg from make_mcWill Thompson1-2/+2
2011-09-21mctest: remove references to parametersWill Thompson1-10/+4
2011-09-20Unit tests: SimulatedClient with wants_recovery=true fails to prepareXavier Claessens1-1/+1
2011-09-13mctest: allow running FakeCM on a separate bus connectionWill Thompson1-2/+12
2011-08-31tests: move all of make_mc to mctestWill Thompson1-1/+7
2011-03-18mctest: add a pretty ChannelDispatcher classWill Thompson1-0/+7
2011-03-03Merge remote branch 'jonny/delay-approvers'Guillaume Desmottes1-1/+3
2011-03-01Be more robust against cataclysmic test failuresWill Thompson1-13/+17
2011-02-16mctest: silence the queue if we hit an errorGuillaume Desmottes1-0/+1
2011-01-10Add a smoke test for Account[Manager].I.HiddenWill Thompson1-3/+13
2011-01-10mctest: improve error messages from post-test cleanupWill Thompson1-4/+4
2011-01-10tests: extract common mc-slaying and keyfile-reading codeWill Thompson1-0/+32
2011-01-10mctest: tidy up create_fakecm_account()Will Thompson1-13/+10
2011-01-10mctest: support passing properties to create_fakecm_account()Will Thompson1-4/+6
2011-01-05Tests: handle more exceptions during cleanupWill Thompson1-0/+6
2010-12-30tests: simplify holding the name for fakecmWill Thompson1-3/+4
2010-12-30mctest: use ProxyWrapper for Account/AM proxiesWill Thompson1-42/+40
2010-12-22tests: move from test/ to tests/Jonny Lamb1-0/+1054