..
__init__.py
Corrected test errors.
2010-10-07 19:42:28 -04:00
live_multiple_streams.py
Fixed some live stream test errors.
2010-11-17 15:45:16 -05:00
live_test.py
Fixed some live stream test errors.
2010-11-17 15:45:16 -05:00
test_events.py
refactor: no import * in tests
2013-07-26 13:02:26 +02:00
test_jid.py
refactor: no import * in tests
2013-07-26 13:02:26 +02:00
test_overall.py
Fix tests in Python3.
2011-08-25 00:21:53 -07:00
test_plugins.py
Add tests for new plugin manager.
2012-03-12 16:24:18 -07:00
test_stanza_base.py
refactor: no import * in tests
2013-07-26 13:02:26 +02:00
test_stanza_element.py
refactor: no import * in tests
2013-07-26 13:02:26 +02:00
test_stanza_error.py
refactor: no import * in tests
2013-07-26 13:02:26 +02:00
test_stanza_gmail.py
refactor: no import * in tests
2013-07-26 13:02:26 +02:00
test_stanza_iq.py
refactor: no import * in tests
2013-07-26 13:02:26 +02:00
test_stanza_message.py
refactor: no import * in tests
2013-07-26 13:02:26 +02:00
test_stanza_presence.py
refactor: no import * in tests
2013-07-26 13:02:26 +02:00
test_stanza_roster.py
refactor: no import * in tests
2013-07-26 13:02:26 +02:00
test_stanza_xep_0004.py
refactor: no import * in tests
2013-07-26 13:02:26 +02:00
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
refactor: no import * in tests
2013-07-26 13:02:26 +02:00
test_stanza_xep_0033.py
refactor: no import * in tests
2013-07-26 13:02:26 +02:00
test_stanza_xep_0047.py
refactor: no import * in tests
2013-07-26 13:02:26 +02:00
test_stanza_xep_0050.py
refactor: no import * in tests
2013-07-26 13:02:26 +02:00
test_stanza_xep_0059.py
refactor: no import * in tests
2013-07-26 13:02:26 +02:00
test_stanza_xep_0060.py
refactor: no import * in tests
2013-07-26 13:02:26 +02:00
test_stanza_xep_0085.py
refactor: no import * in tests
2013-07-26 13:02:26 +02:00
test_stanza_xep_0184.py
refactor: no import * in tests
2013-07-26 13:02:26 +02:00
test_stanza_xep_0323.py
First implementation of the xep_0323 and xep_325 used in IoT systems. Tests are added for stanza and streams
2013-08-30 02:29:52 +02:00
test_stanza_xep_0325.py
First implementation of the xep_0323 and xep_325 used in IoT systems. Tests are added for stanza and streams
2013-08-30 02:29:52 +02:00
test_stream.py
refactor: no import * in tests
2013-07-26 13:02:26 +02:00
test_stream_exceptions.py
refactor: no import * in tests
2013-07-26 13:02:26 +02:00
test_stream_filters.py
refactor: no import * in tests
2013-07-26 13:02:26 +02:00
test_stream_handlers.py
refactor: no import * in tests
2013-07-26 13:02:26 +02:00
test_stream_presence.py
refactor: no import * in tests
2013-07-26 13:02:26 +02:00
test_stream_roster.py
refactor: no import * in tests
2013-07-26 13:02:26 +02:00
test_stream_xep_0030.py
refactor: no import * in tests
2013-07-26 13:02:26 +02:00
test_stream_xep_0047.py
refactor: no import * in tests
2013-07-26 13:02:26 +02:00
test_stream_xep_0050.py
refactor: no import * in tests
2013-07-26 13:02:26 +02:00
test_stream_xep_0059.py
refactor: no import * in tests
2013-07-26 13:02:26 +02:00
test_stream_xep_0060.py
refactor: no import * in tests
2013-07-26 13:02:26 +02:00
test_stream_xep_0066.py
refactor: no import * in tests
2013-07-26 13:02:26 +02:00
test_stream_xep_0085.py
refactor: no import * in tests
2013-07-26 13:02:26 +02:00
test_stream_xep_0092.py
refactor: no import * in tests
2013-07-26 13:02:26 +02:00
test_stream_xep_0128.py
refactor: no import * in tests
2013-07-26 13:02:26 +02:00
test_stream_xep_0249.py
refactor: no import * in tests
2013-07-26 13:02:26 +02:00
test_stream_xep_0323.py
First implementation of the xep_0323 and xep_325 used in IoT systems. Tests are added for stanza and streams
2013-08-30 02:29:52 +02:00
test_stream_xep_0325.py
First implementation of the xep_0323 and xep_325 used in IoT systems. Tests are added for stanza and streams
2013-08-30 02:29:52 +02:00
test_tostring.py
ElementTree._escape_cdata isn't reliable across Python versions.
2013-09-12 10:39:10 -07:00