slixmpp/tests
2012-07-24 01:43:20 -07:00
..
__init__.py
live_multiple_streams.py
live_test.py
test_events.py
test_jid.py Add validation for JIDs. 2012-07-24 01:43:20 -07:00
test_overall.py
test_plugins.py Add tests for new plugin manager. 2012-03-12 16:24:18 -07:00
test_stanza_base.py
test_stanza_element.py Resolve xml:lang issue with duplicated elements depending on ordering. 2012-06-22 18:19:17 -07:00
test_stanza_error.py
test_stanza_gmail.py
test_stanza_iq.py
test_stanza_message.py
test_stanza_presence.py
test_stanza_roster.py
test_stanza_xep_0004.py
test_stanza_xep_0009.py Fix unicode issues in test cases for Py3+ introduced by issue #150. 2012-03-19 14:24:45 -07:00
test_stanza_xep_0030.py
test_stanza_xep_0033.py
test_stanza_xep_0047.py Fix infinite callback loop. 2012-02-03 16:03:46 +01:00
test_stanza_xep_0050.py Ordering fixes for Python3.3 2012-06-19 18:19:44 -07:00
test_stanza_xep_0059.py
test_stanza_xep_0060.py
test_stanza_xep_0085.py Update XEP-0085 plugin to work with both ElementTree and cElementTree 2012-02-19 20:28:31 -08:00
test_stanza_xep_0184.py Expand support for XEP-0184. 2012-03-16 10:51:25 -07:00
test_stream.py
test_stream_exceptions.py
test_stream_filters.py Add tests for filters. 2011-12-13 20:05:31 -08:00
test_stream_handlers.py
test_stream_presence.py Resolve plugin dependency chains with XEP-0115. 2012-03-10 12:48:35 -08:00
test_stream_roster.py Prevent roster_update from firing twice after retrieving the roster. 2012-04-07 17:22:29 -04:00
test_stream_xep_0030.py Add caching support to xep_0030. 2011-12-28 10:16:31 -05:00
test_stream_xep_0047.py Add more XEP-0047 tests. 2012-02-03 16:29:38 +01:00
test_stream_xep_0050.py Collapse initial payload to a single stanza instead of a list if only one stanza is found. 2012-04-30 11:16:10 -07:00
test_stream_xep_0059.py
test_stream_xep_0060.py
test_stream_xep_0066.py
test_stream_xep_0085.py
test_stream_xep_0092.py
test_stream_xep_0128.py
test_stream_xep_0249.py
test_tostring.py