summaryrefslogtreecommitdiff
path: root/tests/test_handlers.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2010-10-06 18:10:04 -0400
committerLance Stout <lancestout@gmail.com>2010-10-06 18:10:04 -0400
commitf234dc02cfa3e877699a0d1fdea176fde6852f10 (patch)
tree9641bebf66ab1dd1daa865472dbdeaf65580c79a /tests/test_handlers.py
parentc294c1a85c2defa74a98a1215a4739cb3647d6cb (diff)
downloadslixmpp-f234dc02cfa3e877699a0d1fdea176fde6852f10.tar.gz
slixmpp-f234dc02cfa3e877699a0d1fdea176fde6852f10.tar.bz2
slixmpp-f234dc02cfa3e877699a0d1fdea176fde6852f10.tar.xz
slixmpp-f234dc02cfa3e877699a0d1fdea176fde6852f10.zip
Updated SleekTest and related tests.
May now use a component for stream testing. Methods provided for testing stream headers.
Diffstat (limited to 'tests/test_handlers.py')
-rw-r--r--tests/test_handlers.py2
1 files changed, 1 insertions, 1 deletions
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):