Search code examples
pythontwistedasynchronous-messaging-protocol

Example how to test twisted AMP


I am trying to figure out how to write unit tests for Twisted AMP, but I seem to be failing. I checked the source code, but it's quite overwhelming.

Can anyone write or point me to an example of testing simple AMP protocol sending data and receiving data via responder?


Solution

  • Game uses AMP and has full test covage.