slixmpp/tests
Lance Stout d0c506f930 Simplified SleekTest.
* check_stanza does not require stanza_class parameter. Introspection!
* check_message, check_iq, and check_presence removed -- use check
  instead.
* stream_send_stanza, stream_send_message, stream_send_iq, and
  stream_send_presence removed -- use send instead.
* Use recv instead of recv_message, recv_presence, etc.
* check_jid instead of check_JID
* stream_start may accept multi=True to return a new SleekTest instance
  for testing multiple streams at once.
2010-11-05 21:18:48 -04:00
..
__init__.py Corrected test errors. 2010-10-07 19:42:28 -04:00
live_test.py Simplified SleekTest. 2010-11-05 21:18:48 -04:00
test_events.py Unit test reorganization. 2010-10-07 10:58:13 -04:00
test_jid.py Simplified SleekTest. 2010-11-05 21:18:48 -04:00
test_stanza_base.py Unit test reorganization. 2010-10-07 10:58:13 -04:00
test_stanza_element.py Simplified SleekTest. 2010-11-05 21:18:48 -04:00
test_stanza_error.py Simplified SleekTest. 2010-11-05 21:18:48 -04:00
test_stanza_gmail.py Simplified SleekTest. 2010-11-05 21:18:48 -04:00
test_stanza_iq.py Simplified SleekTest. 2010-11-05 21:18:48 -04:00
test_stanza_message.py Simplified SleekTest. 2010-11-05 21:18:48 -04:00
test_stanza_presence.py Simplified SleekTest. 2010-11-05 21:18:48 -04:00
test_stanza_roster.py Simplified SleekTest. 2010-11-05 21:18:48 -04:00
test_stanza_xep_0004.py Simplified SleekTest. 2010-11-05 21:18:48 -04:00
test_stanza_xep_0030.py Simplified SleekTest. 2010-11-05 21:18:48 -04:00
test_stanza_xep_0033.py Simplified SleekTest. 2010-11-05 21:18:48 -04:00
test_stanza_xep_0060.py Simplified SleekTest. 2010-11-05 21:18:48 -04:00
test_stanza_xep_0085.py Simplified SleekTest. 2010-11-05 21:18:48 -04:00
test_stream.py Simplified SleekTest. 2010-11-05 21:18:48 -04:00
test_stream_exceptions.py Simplified SleekTest. 2010-11-05 21:18:48 -04:00
test_stream_handlers.py Simplified SleekTest. 2010-11-05 21:18:48 -04:00
test_stream_presence.py Simplified SleekTest. 2010-11-05 21:18:48 -04:00
test_stream_roster.py Simplified SleekTest. 2010-11-05 21:18:48 -04:00
test_tostring.py Fixed mixed text and elements bug in tostring. 2010-10-21 16:21:28 -04:00