slixmpp/tests
Lance Stout 5bdcd9ef9d Made exceptions work.
Raising an XMPPError exception from an event handler now works, even if
from a threaded handler.

Added stream tests to verify.

We should start using XMPPError, it really makes things simple!
2010-10-25 15:09:56 -04:00
..
__init__.py Corrected test errors. 2010-10-07 19:42:28 -04:00
live_test.py Added example live stream test. 2010-10-07 19:46:40 -04:00
test_events.py Unit test reorganization. 2010-10-07 10:58:13 -04:00
test_jid.py More JID unit tests. 2010-10-24 19:06:54 -04:00
test_stanza_base.py Unit test reorganization. 2010-10-07 10:58:13 -04:00
test_stanza_element.py Underscore names by default. 2010-10-17 22:04:42 -04:00
test_stanza_error.py Added test for error stanzas. 2010-10-24 19:56:42 -04:00
test_stanza_gmail.py Underscore names by default. 2010-10-17 22:04:42 -04:00
test_stanza_iq.py Unit test reorganization. 2010-10-07 10:58:13 -04:00
test_stanza_message.py Underscore names by default. 2010-10-17 22:04:42 -04:00
test_stanza_presence.py Underscore names by default. 2010-10-17 22:04:42 -04:00
test_stanza_roster.py Unit test reorganization. 2010-10-07 10:58:13 -04:00
test_stanza_xep_0004.py Underscore names by default. 2010-10-17 22:04:42 -04:00
test_stanza_xep_0030.py Underscore names by default. 2010-10-17 22:04:42 -04:00
test_stanza_xep_0033.py Underscore names by default. 2010-10-17 22:04:42 -04:00
test_stanza_xep_0060.py Unit test reorganization. 2010-10-07 10:58:13 -04:00
test_stanza_xep_0085.py Underscore names by default. 2010-10-17 22:04:42 -04:00
test_stream.py Unit test reorganization. 2010-10-07 10:58:13 -04:00
test_stream_exceptions.py Made exceptions work. 2010-10-25 15:09:56 -04:00
test_stream_handlers.py Unit test reorganization. 2010-10-07 10:58:13 -04:00
test_stream_presence.py Made exceptions work. 2010-10-25 15:09:56 -04:00
test_stream_roster.py Added stream tests for rosters. 2010-10-24 12:53:14 -04:00
test_tostring.py Fixed mixed text and elements bug in tostring. 2010-10-21 16:21:28 -04:00