SleekXMPP/tests
Lance Stout b8114b25ed Make live stream tests work better.
SleekTest can now use matchers when checking stanzas, using
the method parameter for self.check(), self.recv(), and self.send():
    method='exact'      - Same behavior as before
           'xpath'      - Use xpath matcher
           'id'         - Use ID matcher
           'mask'       - Use XML mask matcher
           'stanzapath' - Use StanzaPath matcher

recv_feature and send_feature only accept 'exact' and 'mask' for now.
2010-11-17 13:43:15 -05:00
..
__init__.py Corrected test errors. 2010-10-07 19:42:28 -04:00
live_test.py Make live stream tests work better. 2010-11-17 13:43:15 -05: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