slixmpp/tests
Correl Roush 2b3d11a7a5 XEP-0009: Added value conversion unit tests
Added tests for bidirectional conversion of all XML-RPC data types
2011-12-20 02:01:34 -05:00
..
__init__.py
live_multiple_streams.py
live_test.py
test_events.py Fix del_event_handler for Python3 (different semantics for filter()). 2011-09-23 12:03:49 -04:00
test_jid.py Explicitly test for inequality in JIDs. 2011-11-14 09:15:43 -08:00
test_overall.py Fix tests in Python3. 2011-08-25 00:21:53 -07:00
test_stanza_base.py
test_stanza_element.py Fix iterable substanzas when added as normal plugin. 2011-12-11 17:04:58 -08:00
test_stanza_error.py Ensure that the XEP-0086 plugin is loaded. 2011-05-13 15:28:47 -04:00
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 Add tests for setting a form's type to 'submit' or 'cancel'. 2011-08-13 01:28:18 -07:00
test_stanza_xep_0009.py XEP-0009: Added value conversion unit tests 2011-12-20 02:01:34 -05:00
test_stanza_xep_0030.py
test_stanza_xep_0033.py
test_stanza_xep_0050.py Added new XEP-0050 implementation. 2011-03-24 09:35:36 -04:00
test_stanza_xep_0059.py
test_stanza_xep_0060.py Add tests for pubsub error stanzas 2011-09-01 15:26:54 -07:00
test_stanza_xep_0085.py Updated the XEP-0085 plugin. 2011-02-24 12:10:29 -05:00
test_stream.py Added support for testind disconnect errors. 2011-05-27 11:01:30 -07:00
test_stream_exceptions.py So using sys.excepthook to catch errors only works once. 2011-07-01 15:18:10 -07:00
test_stream_handlers.py Fix stream handler test for multiple handlers to exist properly. 2011-11-21 22:03:43 -08:00
test_stream_presence.py Also fire changed_status when the status text changes for a resource. 2011-11-18 13:57:41 -08:00
test_stream_roster.py Merge branch 'develop' into roster 2011-08-12 16:47:58 -07:00
test_stream_xep_0030.py So using sys.excepthook to catch errors only works once. 2011-07-01 15:18:10 -07:00
test_stream_xep_0050.py Update XEP-0050 to use new IQ exceptions. 2011-08-13 00:10:06 -07:00
test_stream_xep_0059.py
test_stream_xep_0060.py Add support for notify attribute when retracting an item. 2011-09-01 13:36:11 -07:00
test_stream_xep_0066.py Test no longer applies to latest version of XEP-0066. 2011-07-05 11:18:46 -07:00
test_stream_xep_0085.py Add tests for XEP-0085, fix some bugs. 2011-02-24 14:15:02 -05:00
test_stream_xep_0092.py
test_stream_xep_0128.py So using sys.excepthook to catch errors only works once. 2011-07-01 15:18:10 -07:00
test_stream_xep_0249.py So using sys.excepthook to catch errors only works once. 2011-07-01 15:18:10 -07:00
test_tostring.py