Re: [Twisted-Python] Autobahn WebSockets 0.4.3

2011-10-31 Thread Iap
> > working. Thanks for a useful tool! > Thanks +1 Iap ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Autobahn WebSockets 0.4.3

2011-10-31 Thread Corbin Simpson
On Mon, Oct 31, 2011 at 3:25 PM, Tobias Oberstein wrote: > You can use Autobahn to test Autobahn of course. > > Autobahn's test approach is tailored towards it's domain (communication > protocols) and based on the following perspective: > > If you have a black box, that behaves to a protocol spec

Re: [Twisted-Python] Autobahn WebSockets 0.4.3

2011-10-31 Thread Tobias Oberstein
> > What do you want to test? Own client, own server? > > I wanted to test Autobahn's internals. Unit tests, not integration tests. The > integration test stuff is pretty cool, too, but I was hoping for tests which > verify Autobahn's behavior internally. You can use Autobahn to test Autobahn of

Re: [Twisted-Python] Autobahn WebSockets 0.4.3

2011-10-31 Thread Corbin Simpson
On Mon, Oct 31, 2011 at 2:27 PM, Tobias Oberstein wrote: >> Hi, how do I run the unit tests for Autobahn? Trial doesn't work, and there >> don't appear to be any instances of unittest's classes in the tree. > > Please see here > > http://www.tavendo.de/autobahn/testsuite.html#test_browsers > > to

Re: [Twisted-Python] Autobahn WebSockets 0.4.3

2011-10-31 Thread Tobias Oberstein
> Hi, how do I run the unit tests for Autobahn? Trial doesn't work, and there > don't appear to be any instances of unittest's classes in the tree. Please see here http://www.tavendo.de/autobahn/testsuite.html#test_browsers to get started. What do you want to test? Own client, own server? > >

Re: [Twisted-Python] Autobahn WebSockets 0.4.3

2011-10-31 Thread Corbin Simpson
On Mon, Oct 31, 2011 at 8:21 AM, Tobias Oberstein wrote: > New release 0.4.3 of Autobahn WebSockets including: > > + Hybi-17 support > + TLS (secure WebSocket) > + lots of new options > + improved docs and tutorials > + close behavior coverage for testsuite > + many small things I forgot > > Speci

[Twisted-Python] Autobahn WebSockets 0.4.3

2011-10-31 Thread Tobias Oberstein
New release 0.4.3 of Autobahn WebSockets including: + Hybi-17 support + TLS (secure WebSocket) + lots of new options + improved docs and tutorials + close behavior coverage for testsuite + many small things I forgot Special thanks to Peter Thorson for significant code contributions and fruitful d