Hi again,

Sorry to drag up this old post, but I have another question.

On Mon, Mar 4, 2013 at 5:17 PM, <exarkun@twistedmatrix.com> wrote:
Chris and I wrote all the AMP-using code for game TDD.  See
game/test/test_network.py in lp:game.

I've implemented this in txampext.commandtests: https://github.com/lvh/txampext/blob/master/txampext/commandtests.py

There's one more issue I have though. The lp:game code (and now txampext) deals with arguments and responses, but not exceptions. Did you have something pleasant for that, or should I just hack the the equivalent thing together for AMP exceptions as well?

cheers
lvh