# HG changeset patch # User Paul Boddie # Date 1391190725 -3600 # Node ID 6436bd5abb403699b7a5089fcce7cca8bb94e5a4 # Parent 2a3660a2dc5d4ff763c5cfe5361107d2b1d47ff2 Updated the arguments description and added verbose exception details. diff -r 2a3660a2dc5d -r 6436bd5abb40 tests/test_send.py --- a/tests/test_send.py Mon Jan 27 21:57:58 2014 +0100 +++ b/tests/test_send.py Fri Jan 31 18:52:05 2014 +0100 @@ -47,7 +47,10 @@ Syntax: -%s [ --forward ] \\ +%s \\ + [ --to ] \\ + [ --forward ] \\ + \\ ... The update type is typically "collection" for a number of separate updates, @@ -113,6 +116,10 @@ resp = sendMessage(message_to_send, url) print resp + except MoinMessageTransferError, exc: + print >>sys.stderr, exc + print >>sys.stderr, exc.body + except MoinMessageError, exc: print >>sys.stderr, exc