From f234dc02cfa3e877699a0d1fdea176fde6852f10 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Wed, 6 Oct 2010 18:10:04 -0400 Subject: Updated SleekTest and related tests. May now use a component for stream testing. Methods provided for testing stream headers. --- tests/test_handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_handlers.py') diff --git a/tests/test_handlers.py b/tests/test_handlers.py index c6262c61..3e931930 100644 --- a/tests/test_handlers.py +++ b/tests/test_handlers.py @@ -5,7 +5,7 @@ from sleekxmpp.xmlstream.matcher import * class TestHandlers(SleekTest): """ - Test that we can simulate and test a stanza stream. + Test using handlers and waiters. """ def setUp(self): -- cgit v1.2.3