[Twisted-Python] Help with trial test failure

2013-08-04 Thread Benjamin BERTRAND
Hi, I'm trying to write a simple gateway to receive messages using a specific protocol and publish/store them using txredis. I wrote a small example that seems to work. But the small test I wrote fails: $ trial gateway/test gateway.test.test_example GatewayServiceTestCase test_messageRecei

[Twisted-Python] [#XSZ-691-39878]: Help with trial test failure

2013-08-04 Thread TeamSpeak Piracy
Twisted general discussion, Thank you for contacting us. This is an automated response confirming the receipt of your ticket. One of our agents will get back to you as soon as possible. For your records, the details of the ticket are listed below. When replying, please make sure that the ticket ID

Re: [Twisted-Python] Help with trial test failure

2013-08-04 Thread Itamar Turner-Trauring
On 08/04/2013 10:25 AM, Benjamin BERTRAND wrote: Hi, I'm trying to write a simple gateway to receive messages using a specific protocol and publish/store them using txredis. I wrote a small example that seems to work. But the small test I wrote fails: $ trial gateway/test gateway.test.test_exa

Re: [Twisted-Python] Help with trial test failure

2013-08-04 Thread Benjamin BERTRAND
Le 4 août 2013 à 21:55, Itamar Turner-Trauring a écrit : > On 08/04/2013 10:25 AM, Benjamin BERTRAND wrote: >> Hi, >> >> I'm trying to write a simple gateway to receive messages using a specific >> protocol and publish/store them using txredis. >> I wrote a small example that seems to work. >>